October 2005
Intermediate to advanced
908 pages
46h 42m
English
Unix shells provide a set of special (or built-in) commands
that let you create programs called shell
scripts . In fact, many built-in commands can be used
interactively like Unix commands, and Unix commands are frequently
used in shell scripts. Scripts are useful for executing a series of
individual commands. This is similar to BATCH files in MS-DOS and
Windows. Scripts can also execute commands repeatedly (in a loop) or
conditionally (if-else), as in many high-level programming
languages.
Read now
Unlock full access