Clarify that the echo builtin takes an arbitrary number of strings.
Mention that spaces are printed between the strings.
This commit is contained in:
parent
32bd4e565a
commit
d42177951b
@ -1509,10 +1509,9 @@ a shell keyword
|
||||
or
|
||||
an alias for
|
||||
. Ar value .
|
||||
.It Ic echo Oo Fl e | n Oc Op Ar string
|
||||
Print
|
||||
.Ar string
|
||||
to the standard output with a newline appended.
|
||||
.It Ic echo Oo Fl e | n Oc Op Ar string ...
|
||||
Print a space-separated list of the arguments to the standard output
|
||||
and append a newline character.
|
||||
.Bl -tag -width indent
|
||||
.It Fl n
|
||||
Suppress the output of the trailing newline.
|
||||
|
Loading…
Reference in New Issue
Block a user