echo -e is not portable
polluks opened this issue · 2 comments
polluks commented
Line 13 in f4d6fc4
This option fails on macOS, NetBSD, etc.
Please take a look https://stackoverflow.com/questions/11530203/what-is-more-portable-echo-e-or-using-printf
pubby commented
That's a good point. Looks like printf
is the way to go.
pubby commented
printf
is in