xml: Use "write" instead of "list" for the list cmd, as requested.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
1202e84d48
commit
a1faa9e732
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user