Korn 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 an environment variable in Korn shell (ksh)
Contributed by qmchenry on October 11, 2003 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
- Some Common AIX/Unix Commands
- Set an environment variable in Korn shell (ksh)
- appending a list of files to one file using xargs command
- Enable vi ksh command line editing
- Checking if a variable is a number in ksh
- Creating a kornshell script with text-based menus in VI
- Reading a list of data into a function using a script.
- 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






