Getting Started : Linux Shell Scripting Language – II

84
In the previous article on Linux Shell Scripting Language, we had already covered following points:
  • What is a Shell?
  • Types of Linux Shell- Bourne Shell, C Shell, Korn Shell and the BASH Shell (Bourne Again Shell).
  • Shell Programming – The Basics
  • Writing the First Shell Script – Hello World
 In this article, we would write some more basic shell scripts that will give you much more comfort while writing more complex scripts. Please note that, this article is an extension of my previous article “Getting Started – Linux Shell Scripting Language“.
So, without much a do, lets start the show.
 
Read more at YourOwnLinux