akulkis
Scribbled:
This document looks OK, but naming all of your shell-scripts with a .sh convention is, well, lame. Your naming convention makes you look like either you are a refugee from Windows (.bat), or that the person who taught you shell script programming is one such refugee.
STOP IT!
A LARGE number of standard commands on Unix systems are shell scripts, and not a single one of them is named in the style of command_name.sh -- they are all just named command_name with no suffix.
There is NO reason for a user to know that the command they are running is a shell script.
they are