Echo Command - MAN Page explained with Examples
Aug 30, 2021 · 3 min read · echo Write output to standard input OptionUsage -nDo not appened to a new line. The terminal curser will be in the same line as the output instead of being in a new line by default. -eenables interpretation of \ backslash escapes -EOpposit...
CJoel commented