cat |
Domain: valid filename
Default: -
Domain: valid filename
Default: -
Domain: Boolean (true|false)
Default: false
<define name="cat"> <element name="cat"> <ref name="dir_if_unless"/> <choice> <text/> <attribute name="file"/> </choice> <optional> <attribute name="to_file"/> <optional> <attribute name="append"/> </optional> </optional> </element> </define>
<cat file="my_file.txt"/> <cat file="my_file.txt" to_file="output.txt"/> <cat file="my_other_file.txt" to_file="output.txt" append="true"/>
Copyright © 2021, Eric Bezault mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 27 October 2021 |