Good point, thanks! On Mon, Jun 3, 2019 at 12:26 PM Roman Perepelitsa < roman.perepelitsa@gmail.com> wrote: > When printing content outside of your control, use `print -r -- $1` or > `echo -E - $1`. Plain `echo -E $1` won't work if the argument is `-n` > or some other valid flag. > > Roman. >