December 1999
Beginner
528 pages
11h 10m
English
Table 24.1 shows a complete list of the standard built-ins.
| : | Null, will always return true |
| . | Read files from the current shell |
| break | Exists from a for, while, until or case statement |
| cd | Change the current directory |
| continue | Carry on with the next iteration of the loop |
| echo | Write output to the standard output |
| eval | Read the argument and execute the resulting command |
| exec | Execute the command but not in this shell |
| exit | Exit the shell |
| export | Export the variables so that they are available to the current shell |
| pwd | Display the current directory |
| read | Read a line of text from standard input |
| readonly | Make this variable read-only |
| return | Exit the function with a return ... |
Read now
Unlock full access