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….
Commentsappending a list of files to one file using xargs command
Contributed by seamonkey420 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)
CommentsSome Common AIX/Unix Commands
Contributed by seamonkey420 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.
Comments Creating a kornshell script with text-based menus in VI
Contributed by seamonkey420 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.
Comments Set environment variables in Bourne shell (sh)
Contributed by qmchenry on October 11, 2003 under Bourne shell CommentsSet an environment variable in Korn shell (ksh)
Contributed by qmchenry on under Korn shell CommentsEnable 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.
CommentsPOPULAR RECIPES
- (none)
- View our Top Tens
TECH-RECIPES BLOGS
- Medical Abbreviations Application for iPhone Available.
- Medabbr Submitted to iPhone Store
- my msi wind and osx audio workaround (plantronics audio 480)
- my video MP4 tagging and zune tip!
- I Played with a Microsoft Surface Yesterday
- How to Put a YouTube Video on Your iPod (for free!)
- 10 Phone Numbers That Should Be In Your Cell Phone's Address Book
- 10 Must Have (and Free) Apps for the BlackBerry






