[Bug 229472] man echo misses -e option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 2 10:21:35 UTC 2018


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

Rodrigo Osorio <rodrigo at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rodrigo at FreeBSD.org

--- Comment #2 from Rodrigo Osorio <rodrigo at FreeBSD.org> ---
I think 'echo' man page tends to be as generic as possible and you should refer
the shell manpage itself for additional options. AFAIK the "-e" option isn't
supported by csh.

The 'sh' manpage provide the information you want :

echo [-e | -n] [string ...]
  -e      Process C-style backslash escape sequences.  The echo ....

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list