https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229472
Jamie Landeg-Jones <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jamie Landeg-Jones <[email protected]> --- 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 on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
