xml: Use "write" instead of "list" for the list cmd, as requested.

This commit is contained in:
Daniel Birket
2021-08-21 19:29:19 -04:00
committed by Starbeamrainbowlabs
parent 1202e84d48
commit a1faa9e732

View File

@@ -1,13 +1,13 @@
# xml list
> List a directory's contents (like 'ls') in XML format.
> Write a directory's listing (like 'ls') in XML format.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- List the current directory's contents to an XML document:
- Write the current directory's listing to an XML document:
`xml list > {{path/to/dir_list.xml}}`
- List the specified directory's contents to an XML document:
- Write the specified directory's listing to an XML document:
`xml list {{path/to/directory}} > {{path/to/dir_list.xml}}`