mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
xml: Use "write" instead of "list" for the list cmd, as requested.
This commit is contained in:
parent
1202e84d48
commit
a1faa9e732
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue