top | item 47098068

(no title)

Aaron2222 | 9 days ago

> The \n won't be interpreted specially by echo unless it gets the -e option.

Author's probably using Zsh, which interprets them by default.

discuss

order

_kst_|8 days ago

If you want any kind of non-trivial formatting, use the printf command, not echo.