README for echo esh plug-in DESCRIPTION: The echo command repeats its input back to stdout. USAGE: To invoke the echo command, enter: echo arg1 arg2 arg3 ... argn Example input and output: esh> echo Hello World!\n Hello World! esh> AUTHORS: Michael Harvey (harveymg) and Dan Burns (dbb99)