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 archivearchive.7z
7za l archive.7z
: lists all files from archivearchive.7z
7za x archive.7z
: extracts all files from archivearchive.7z
to the current directory7za a archive.7z file1 fileN
: add files to the archivearchive.7z
7za a archive.7z dir1
: add all files and subdirectories from directorydir1
to archivearchive.7z