logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unp - unpack everything

Author

       Written by Eduard Bloch, originally by Andre Karwath.

Description

       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

Name

       unp - unpack everything

Options

-f Continue even if program availability checks fail or directory collision occurs

       -u Special helper mode.

              For most archive types: a) create directory <filename without suffix>/, b) extract contents there.

              For Debian/Ubuntu packages: a) extract data.tar.gz after each operation  in  local  directory,  b)
              extract control.tar.gz into control/<package_version_arch>/.-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

       -n, --dry-run Display the calculated commands, don't run  them.  NOTE:  the  printed  commands  shall  be
              carefully examined for malicious filenames.

       -v More verbosity

       --version Show the tool version

       -h Show this help

Synopsis

unp [OPTION]... [FILE]... -- [TOOL-OPTION]...

See Also