p7zip

Overview

p7zip is a port of 7za.exe for POSIX systems

Version 16.02 binaries are available on the iCSF.

Restrictions on use

All users may access and use p7zip. The software is open source.

Set up procedure

To use the software you will need to load the modulefile:

module load tools/gcc/p7zip/16.02

Running the application

Examples

Note that in the commands below, there is NO dash (-) in front of the flag (t, l, and so on.)

  • 7za t archive.7z : tests files in the archive archive.7z
  • 7za l archive.7z : lists all files from archive archive.7z
  • 7za x archive.7z : extracts all files from archive archive.7z to the current directory
  • 7za a archive.7z file1 fileN : add files to the archive archive.7z
  • 7za a archive.7z dir1 : add all files and subdirectories from directory dir1 to archive archive.7z

Further info

Last modified on October 25, 2023 at 10:52 am by George Leaver