]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Make echo conform to POSIX. By default, don't
authorJim Meyering <jim@meyering.net>
Thu, 25 Sep 1997 12:58:50 +0000 (12:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Sep 1997 12:58:50 +0000 (12:58 +0000)
commitb7bfc2d2a212be9d9431ae94bbf0f0bf23196f2c
tree2f0c5cd60da6568cd801c20ed5032b72113c936d
parent9177f974dae07d5862a31cbcb064ebd5b3001f5d
Make echo conform to POSIX.  By default, don't
interpret backslash escape sequences.
[V9_DEFAULT]: Don't #define.
(usage): Document -e option.
(main): Recognize options iff POSIXLY_CORRECT is not set.
From Bruno Haible.
src/echo.c