3.7.3. echo - echo args to console¶
3.7.3.1. Usage¶
echo [-neao] STRING
3.7.3.2. Synopsis¶
Display a line of TEXT on the console.
3.7.3.3. Options¶
| -n | do not output the trailing newline |
| -e | recognize escape sequences |
| -a FILE | append to FILE instead of using stdout |
| -o FILE | overwrite FILE instead of using stdout |