Revision [198]
This is an old revision of CommandXRead made by DavidLee on 2008-05-31 18:18:04.
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