On Thu, Mar 13, 2008 at 5:47 AM, Adam Rosenwald <[EMAIL PROTECTED]> wrote: > Try using echo to output the string '-e' or '-E' or '-n' literally. You > can't.
$ for i in e E n; do /bin/echo -e '\055'$i; done -e -E -n _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
