echo does not recognize -e, and since it defaults to -E, it will not recognize the \ items (like \n, \v etc) instead it uses \ as an escape char. this is on ubuntu
- echo alarm one / airfax security
- Re: echo Eric Blake
echo does not recognize -e, and since it defaults to -E, it will not recognize the \ items (like \n, \v etc) instead it uses \ as an escape char. this is on ubuntu