mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-01 10:46:53 +03:00
* src/echo.c (usage): Say printf(1) is preferred due to being more standard and robust. * man/echo.x [SEE ALSO]: Reference printf(1). * doc/coreutils.texi (echo invocation): Mention in the summary that echo is not robust when outputting any string, and that printf is preferred. Also expand on the examples showing how to output a single '-n' string. Addresses https://bugs.gnu.org/51311
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
[NAME]
|
|
echo \- display a line of text
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
[SEE ALSO]
|
|
printf(1)
|