2021-08-16 08:23:55 -04:00
|
|
|
# xml list
|
2021-08-14 18:17:52 -04:00
|
|
|
|
2021-08-16 08:23:55 -04:00
|
|
|
> List a directory's contents in XML format.
|
2021-08-15 07:19:09 -04:00
|
|
|
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
2021-08-14 18:17:52 -04:00
|
|
|
|
2021-08-16 08:23:55 -04:00
|
|
|
- List the current directory's contents to an XML document:
|
2021-08-15 14:38:24 -04:00
|
|
|
|
|
|
|
`xml list >{{path/to/dir_list.xml}}`
|
|
|
|
|
2021-08-16 08:23:55 -04:00
|
|
|
- List the specified directory's contents to an XML document:
|
2021-08-15 14:38:24 -04:00
|
|
|
|
|
|
|
`xml list {{path/to/directory}} >{{path/to/dir_list.xml}}`
|
|
|
|
|
2021-08-16 08:23:55 -04:00
|
|
|
- Display help for the `list` subcommand:
|
2021-08-14 18:17:52 -04:00
|
|
|
|
|
|
|
`xml list --help`
|