The syntax to pass parameters to PHP scripts executed command line is:
php script.php arg1 arg2 arg3
For more information:
The syntax to pass parameters to PHP scripts executed command line is:
php script.php arg1 arg2 arg3
For more information:
Compressing
gzip -c
Example:
gzip -c xl-win2003-vm.tar xl-win2003-vm.tar.gz
Listing
gzip -l
Example:
gzip -l xl-win2003-vm.tar.gz compressed uncompressed ratio uncompressed_name 1854534527 3329617920 44.3% xl-win2003-vm.tar
See also
The command usage is:
Usage: unrar - - e Extract files to current directory l[t,b] List archive [technical, bare] p Print file to stdout t Test archive files v[t,b] Verbosely list archive [technical,bare] x Extract files with full path - Stop switches scanning ad Append archive name to destination path ap Set path inside archive av- Disable authenticity verification check c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case dh Open shared files ep Exclude paths from names ep3 Expand paths to full including the drive letter f Freshen files id[c,d,p,q] Disable messages ierr Send all messages to stderr inul Disable all messages kb Keep broken extracted files n Include only specified file n@ Read file names to include from stdin n@ Include files in specified list file o+ Overwrite existing files o- Do not overwrite existing files ow Save or restore file owner and group p[password] Set password p- Do not query password r Recurse subdirectories ta Process files modified after in YYYYMMDDHHMMSS format tb Process files modified before in YYYYMMDDHHMMSS format tn Process files newer than to Process files older than ts[N] Save or restore file time (modification, creation, access) u Update files v List all volumes ver[n] File version control vp Pause before each volume x Exclude specified file x@ Read file names to exclude from stdin x@ Exclude files in specified list file y Assume Yes on all queries
See Also