Revision [199]
This is an old revision of CommandXRead made by DavidLee on 2008-05-31 18:19:47.
xread variable
Reads up to EOF from stdin and parses the stream as an XML document and assigns it to the specified variable.Example:
$ xread a <<EOF <test> data </test> EOF
CommandsBuiltin