Last week, we discovered the benefits of shell scripting, and got our first glimpse at an example script.
This week we’re going to dissect the sample script and learn about the various components that make it tick.
You are browsing archives for
Last week, we discovered the benefits of shell scripting, and got our first glimpse at an example script.
This week we’re going to dissect the sample script and learn about the various components that make it tick.
Bash shell scripting is a very cool concept, disguised by a very prosaic title.
The concept is that anything that goes on in the command line can go on in a shell script.
So, why would anyone want to do anything in a shell script, that they could already do in the command line?
I’m glad you asked; because I made a list. 😀