The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

echo - echo arguments

SYNOPSIS

echo [-n] [arguments...]

DESCRIPTION

echo prints the command line arguments seperated by spaces. A newline is printed at the end unless the '-n' option is given.

OPTIONS

echo accepts the following options:

-n

Do not print a newline after the arguments.

-?

Print out a short help message, then exit.

ENVIRONMENT

The working of echo is not influenced by any environment variables.

BUGS

echo has no known bugs.

REVISION HISTORY

    $Log: echo,v $
    Revision 1.2  2004/08/05 14:17:43  cwest
    cleanup, new version number on website

    Revision 1.1  2004/07/23 20:10:03  cwest
    initial import

    Revision 1.0  1999/02/26 01:29:05  randy
    Initial revision

AUTHOR

The Perl implementation of echo was written by Randy Yarger, randy.yarger@nextel.com.

COPYRIGHT and LICENSE

This program is copyright by Randy Yarger 1999.

This program is free and open software. You may use, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.