Date: Mon, 02 Jul 2018 10:54:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 229472] man echo misses -e option Message-ID: <bug-229472-227-PRkuUjH2nr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229472-227@https.bugs.freebsd.org/bugzilla/> References: <bug-229472-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229472 Jamie Landeg-Jones <jamie@catflap.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamie@catflap.org --- Comment #3 from Jamie Landeg-Jones <jamie@catflap.org> --- Assuming echo(1) refers to /bin/echo - it doesn't support "-e" which is something only the builtin internal "echo" under "sh" supports, and hence it's therefore only documented in the 'sh' manpage, as Rodrigo says. tcsh builtin "echo" supports the same functionality, but by setting the "echo_style" variable as appropriate, rather than using '-e'. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229472-227-PRkuUjH2nr>
