tldr/pages/common/unar.md

25 lines
532 B
Markdown
Raw Normal View History

2016-11-26 05:14:25 +00:00
# unar
> Extract contents from archive files.
> More information: <https://manned.org/unar>.
2016-11-26 05:14:25 +00:00
- Extract an archive to the current directory:
`unar {{path/to/archive}}`
2016-11-26 05:14:25 +00:00
- Extract an archive to the specified directory:
`unar -o {{path/to/directory}} {{path/to/archive}}`
2016-11-26 05:14:25 +00:00
- Force overwrite if files to be unpacked already exist:
`unar -f {{path/to/archive}}`
2016-11-26 05:14:25 +00:00
- Force rename if files to be unpacked already exist:
`unar -r {{path/to/archive}}`
2016-11-26 05:14:25 +00:00
- Force skip if files to be unpacked already exist:
`unar -s {{path/to/archive}}`