2021-08-16 08:23:55 -04:00
|
|
|
# xml list
|
2021-08-14 18:17:52 -04:00
|
|
|
|
2021-08-23 21:20:17 -04:00
|
|
|
> List a directory's contents (like `ls`) 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-21 19:29:19 -04:00
|
|
|
- Write the current directory's listing to an XML document:
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-20 21:33:37 -04:00
|
|
|
`xml list > {{path/to/dir_list.xml}}`
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-21 19:29:19 -04:00
|
|
|
- Write the specified directory's listing to an XML document:
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-20 21:33:37 -04:00
|
|
|
`xml list {{path/to/directory}} > {{path/to/dir_list.xml}}`
|
2021-08-15 14:38:24 -04:00
|
|
|
|
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`
|