9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
[1mecho[m write arguments to the standard output
|
|||
|
|
|||
|
Usage:
|
|||
|
|
|||
|
echo [-n] [string...]
|
|||
|
|
|||
|
Optional parameter -n tells echo not to end the output with new
|
|||
|
line character.
|