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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"