January 2001
Intermediate to advanced
480 pages
7h 22m
English
| print [options] arguments | display arguments according to options |
| – | treat everything following – as an argument, even if it begins with – |
| –n | do not add a ending newline to output |
| –p | redirect the given arguments to a co-process |
| –r | ignore \ escape conventions |
| –R | ignore \ escape conventions; do not interpret – arguments as options (except –n) |
| –s | redirect given arguments to history file |
| –un | redirect arguments to file descriptor n. If file descriptor is greater than 2, it must first be opened with exec. If n is not specified, default file descriptor is 1 (standard output). |
| \a | Bell character |
| \b | Backspace |
| \c | Line without ending newline |
| \f | Formfeed |
| \n | Newline |
| \r | Return |
| \t | Tab |
| \v | Vertical tab ... |
Read now
Unlock full access