Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
echo echo a string to standard output
echo [-n] [string]
Echo the given string
, if any, to standard output, followed by
a newline.
The -n
option specifies that echo
should not output a newline
as part of its output.