echo(1) minix man page | unix.com

Man Page: echo

Operating Environment: minix

Section: 1

ECHO(1) 						      General Commands Manual							   ECHO(1)

NAME
echo - print the arguments
SYNOPSIS
echo [-n] argument ...
OPTIONS
-n No line feed is output when done
EXAMPLES
echo Start Phase 1 # 'Start Phase 1' is printed echo -n Hello # 'Hello' is printed without a line feed
DESCRIPTION
Echo writes its arguments to standard output. They are separated by blanks and terminated with a line feed unless -n is present. This command is used mostly in shell scripts.
SEE ALSO
sh(1). ECHO(1)
Related Man Pages
echo(1) - mojave
echo(1) - centos
echo(1) - osx
print(1) - sunos
echo(3) - php
Similar Topics in the Unix Linux Community
Using Echo
echo doesn't work right
Echoing command results
Unable to echo the content
Grep echo awk print all output on one line