echo - manual page for echo 1.31.1
BusyBox v1.31.1 (2020-04-30 13:38:01 EDT) multi-call binary.
Print the specified ARGs to stdout
- -n
- Suppress trailing newline
- -e
- Interpret backslash escapes (i.e., \t=tab)
- -E
- Don't interpret backslash escapes (default)