up | Inhaltsverzeichniss | Kommentar

Manual page for echo(1F)

echo - put string on virtual output

SYNOPSIS

echo [string ...]

DESCRIPTION

The echo function directs each string it is passed to the standard output. If no argument is given, echo looks to the standard input for input. It is often used in conditional execution or for passing a string to another command.

EXAMPLES

Set the done descriptor to help if a test fails:

done=`if [ -s $F1 ];
	then echo close;
	else echo help;
	fi`

SEE ALSO

echo.1


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).

Last modified 21/April/97