Skip to content

extract

Felipe Inoue edited this page Dec 31, 2025 · 1 revision

extract compressed files (.zip, .tar, .tar.gz, .7z, .rar...)

extract all content to the current folder:

'crower/cr extract "FILE_PATH"'

You can specify out to change output folder:

'crower/cr extract "COMPRESSED_FILE_PATH" --out/-o "OUTPUT_FOLDER_PATH"'

If you have more than 1 compressed file to extract you can put * as the name file.

Examples:

crower extract "C:\Users\Test\Desktop\Test\files.zip"
crower extract "C:\Users\Test\Desktop\Test\files.zip" -o "C:\Users\Test\Desktop\Out\"
crower extract "C:\Users\Test\Desktop\Test\*.zip"
crower extract "C:\Users\Test\Desktop\Test\*.zip" -o "C:\Users\Test\Desktop\Out\"

Clone this wiki locally