Skip to content

qxpack


Use the following command to list the contents of an archive

qxpack --list       

To extract the contents of an archive

qxpack --extract    

To create an archive of a directory or files

qxpack --create     

Change to a specified directory using the following command

qxpack --dir <arg>  

If you want to write files to the standard output (stdout)

qxpack --stdout     

To set the ROOT environment variable

qxpack --root <arg> 

For reporting full package versions and emitting more elaborate output

qxpack --verbose    

If you want to have tighter output and suppress warnings

qxpack --quiet      

To disable color output

qxpack --nocolor    

To force color in the output

qxpack --color      

To print the help message and exit

qxpack --help       

To print the version information and exit

qxpack --version