March 2002
Beginner
504 pages
10h 47m
English
Shell programming is an important part of UNIX because shell scripts are easily portable to many different versions of UNIX. In many cases, shell scripts will function correctly on multiple systems without modification.
The easiest way to ensure that a shell script is completely portable is to restrict the script to using only those commands and features that are available on all versions of UNIX. Sometimes this means that the script must implement workarounds to deal with the limitations of a particular version of UNIX.
In this chapter, we will examine the following topics that relate to shell script portability:
Adapting shell scripts to different versions ...
Read now
Unlock full access