Files
Aaru.Documentation/List-files.mediawiki
2020-02-29 13:58:48 -07:00

30 lines
994 B
Plaintext

==Command description==
This operation will analyze and find all filesystems in a media dump and list all the files that are contained in [[Filesystems-recognized-by-Aaru.md|supported filesystems]]
==Command usage==
<code>Aaru ls -d [true/false] -e [encoding] -i <dump> -l [true/false] -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-e, --encoding=[encoding]</code> sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br />
<code>-l, --long=[true/false]</code> use a long listing format, showing sizes and extended attributes ''(default false)''<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>Aaru ls -i mydisc.cue -l -e x-mac-icelandic</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}