Introduction
A shell is a command line interpretor. It takes commands and executes
them. As such, it implements a programming language. The Bourne
shell is used to create shell scripts — ie. programs that are
interpreted/executed by the shell. You can write shell scripts with
the C-shell; however, this is not covered here.
Creating a Script
Suppose [...]
Archive for August, 2007
How to write a shell script
Posted in Linux on August 16, 2007 | Leave a Comment »
About vi editor
Posted in Editors, Linux on August 14, 2007 | Leave a Comment »
Editor, vi tutorial
vi Editor, Learn vi
About vi editor
vi is Found on Nearly Every Unix Computer
vi is the standard Unix editor
vi is Powerful and Fast
Your terminal displays a section of the file you are editing
vi can do anything you want
You don’t need to remove your fingers [...]
