February 2001
Beginner to intermediate
448 pages
9h 2m
English
Understanding the way the shell interprets a command is an important debugging tool. The following sequence describes the order in which the shell interprets a line of your script:
1. |
Process the following reserved words:
| ||||||||||||||||||||||||||||||||||||
2. |
Process built-in commands:
| ||||||||||||||||||||||||||||||||||||
3. |
Search for functions on the command line.
| ||||||||||||||||||||||||||||||||||||
4. |
Search for aliases on the command line.
| ||||||||||||||||||||||||||||||||||||
5. |
Use the PATH variable to identify directories in which to look up programs/ scripts. ... |
Read now
Unlock full access