1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 22:38:23 +01:00
tldr/pages/common/unar.md
2016-11-26 10:44:25 +05:30

445 B

unar

Extract contents from archive files.

  • Extract an archive to the current directory:

unar {{archive}}

  • Extract an archive to the specified directory:

unar -o {{path/to/directory}} {{archive}}

  • Force overwrite if files to be unpacked already exist:

unar -f {{archive}}

  • Force rename if files to be unpacked already exist:

unar -r {{archive}}

  • Force skip if files to be unpacked already exist:

unar -s {{archive}}