https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229472

            Bug ID: 229472
           Summary: man echo misses -e option
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: b...@freebsd.org
          Reporter: t...@freebsd.org
                CC: d...@freebsd.org

Aloha,

man echo does not document the "-e" option.

This option will for example convert an "\n" into a real new line. Example: 

$ echo "muff\nmuff"
muff\nmuff
$ echo -e "muff\nmuff"
muff
muff

This works for other control chars too.

I stumbled across this by accident.

Greetings,
Torsten

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to