Classic Shell Scripting [ REAL ]
The "classic" approach to shell scripting is rooted in the Unix philosophy. It emphasizes: : Using small programs that do one thing well.
: Accessing script inputs using $1 , $2 , and $# (the count of arguments). Classic Shell Scripting
The Linux Command Line by William Shotts for a comprehensive introduction. The "classic" approach to shell scripting is rooted