UNIX shell tutorials
Checking if a variable is a number in ksh
contributed by u02sgb on October 25, 2004 under Korn shellBeing able to test if a variable is a number in the Korn shell is very useful but not immediately obvious….
appending a list of files to one file using xargs command
contributed by Jimmy Selix on September 2, 2004 under Korn shellThis recipe explains how to use the xargs command in ksh to work with multiple files. This recipe will show how to combine 10 files together into one file without manually doing a: cat file1 > bigfile, cat file2 >> bigfile, etc. The uses of this command are wide and very helpful; a great way to work with large amounts of files (also avoids the parameter list is too long message when trying to grep more than 1024 files)
Some Common AIX/Unix Commands
contributed by Jimmy Selix on August 13, 2004 under Korn shellThis is more of an ingredients list than a true recipe.
Here are some common AIX commands that i’ve come to love and hate.
Creating a kornshell script with text-based menus in VI
contributed by Jimmy Selix on under Korn shellThis recipe give a quick run-through on how to create text based menus for ksh scripts in VI. My experience is with IBM AIX 4.x. This a very, very basic recipe.
Set environment variables in Bourne shell (sh)
contributed by qmchenry on October 11, 2003 under Bourne shellEnable vi ksh Command Line Editing
contributed by qmchenry on September 24, 2003 under Korn shellThe Korn shell has the ability to utilize vi editor commands to edit commands in your history. If you are familiar with the vi editor, you will love this feature.
RECENT POPULAR RECIPES
- (none)
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer




