Revision [186]

This is an old revision of CommandEcho made by DavidLee on 2008-05-31 18:11:20.

 

echo [args]

Prints its arguments to the standard output seperated by a space.
If no arguments are given then a single blank line ("\n") is printed.
If arguments are XML expressions then they are written in normal text serialized format.
XML Sequences are output seperated by spaces

Example

$ echo hi there
hi there


$ echo arg1 <[1,"hi",<foo>bar</foo>]> arg3
arg1 1 hi <foo>bar</foo> arg3


CommandsBuiltin

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki