It came to my attention recently that it seems not possible to "echo" the
string "-e"
$ echo "-e"

https://stackoverflow.com/questions/11618696/shell-write-variable-contents-to-a-file#comment85838490_11618931

Perhaps echo could add a "--" style param like

$ echo -- -e

Reply via email to