==Command description==
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in [[Filesystems-recognized-by-Aaru.md|supported filesystems]]
==Command usage==
Aaru extract-files -d [true/false] -e [encoding] -i -o
-d, --debug=[true/false] shows debug output ''(default false)''
-e, --encoding=[encoding] sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''
-i, --input= path to the media dump image
-o, --output= directory where extracted file will be created. Must NOT exist.
-v, --verbose=[true/false] shows verbose output ''(default false)''
-x, --xattrs=[true/false] extract extended attributes if present ''(default false)''
==Example==
Aaru extract-files -i mydisc.cue -o contents -x -e iso8859-15
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}