September 2009
Beginner
942 pages
85h 34m
English
Command | Action |
|---|---|
basename | Remove leading directory components from a path. |
echo | Repeat command-line arguments on the output. |
envsubst | Substitute the value of environment variables into strings. |
expr | Perform arithmetic and comparisons. |
mktemp | Generate temporary filename and create the file. |
printf | Format and print command-line arguments. |
sleep | Pause during processing. |
test | Test a condition. |