Rex's tutorials
Using variables in Windows batch files
Contributed by Rex on August 29, 2004 under Batch file programmingRegardless of the scripting language, the use of variables can greatly enhance the functionality of a script. This recipe demonstrated basic use of variables in MS-DOS or Windows batch files.
Comments Continue reading...UNIX recursive directory listing
Contributed by Rex on August 25, 2004 under UNIXListing the contents of a directory and all subdirectories, a recursive listing, is sometimes useful. This recipe describes some techniques for listing files recursively
Comments Continue reading...Bourne/bash shell script functions
Contributed by Rex on August 5, 2004 under Bourne shell scriptingWriting functions can greatly simplify a program. If a chunk of code is used multiple times in different parts of a script, the code can be enclosed within a function and run using only the function name.
Comments Continue reading...Determine current file position in vi or vim
Contributed by Rex on February 16, 2004 under UNIX Comments Continue reading...Move or jump to specific lines in vi
Contributed by Rex on under UNIXNavigating large files is an important capability when using any editor. The vi editor makes it easy to move around.
Comments Continue reading...Show line numbers in vi or vim
Contributed by Rex on under UNIXDisplaying line numbers while editing a file can be handy. This recipe describes how to turn on and off the display of line numbers in vi and vim.
Comments Continue reading...Checkout files from CVS
Contributed by Rex on January 12, 2004 under UNIX softwareVersion control systems are an important infrastructure component not only in software development but also in other contexts such as controlling changes to manuscripts or computer system configuration files.
Comments Continue reading...REX'S TOP TEN
- Copy and paste text with vi or vim
- Java switch/case statement syntax
- Show line numbers in vi or vim
- Java for loop iteration syntax
- Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried...
- Bourne/bash shell script: while loop syntax
- Using variables in Windows batch files
- Bourne/bash shell scripts: case statement
- Bourne/bash shell scripts: string comparison
- Bourne/bash shell script for loop syntax
- View our Top Tens
TECH-RECIPES BLOGS
- you're doing it wrong! (rant)
- thoughts of a launch psp owner (post 4 1/2 years)
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors







