UNP(1) | User Commands | UNP(1) |
unp - unpack everything
unp [OPTION]... [FILE]... -- [TOOL-OPTION]...
file: compressed file(s) to expand/extract
Use -- [ ARGUMENTS ] to pass arguments to external programs, eg. some tar options: unp fastgl.tgz xmnt.tgz -- -C /tmp
-f Continue even if program availability checks fail or directory collision occurs
-u Special helper mode.
-U Smart mode, acts like -u (see above) if archive contains multiple elements but if there is only one file/directory element then it's stored in the current directory.
-s Show the list of supported formats
-v More verbosity
--version Show the tool version
-h Show this help
Written by Andre Karwath and Eduard Bloch.
Copyright © 2023 Eduard Bloch License GPLv2: GNU GPL
version 2 <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
January 2023 | UNP 2.0~pre10 |