Revision [763]

This is an old revision of CommandXRead made by DavidLee on 2009-09-16 07:55:06.

 

xread variable


Reads up to EOF from stdin and parses the stream as an XML document and assigns it to the specified variable.

Example: Read into variable a an XML document from a file

$ xread a < file.xml



Example: Read into variable a an XML document from a Here Document.
$ xread a <<EOF
<test>
	data
</test>
EOF


CategoryCommands

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