cmd:cabextract 

Basic Info 

Usage 

Info 

*Tags*: Cab Viewer

cabextract - a program to extract Microsoft Cabinet files

Comments 

Help 

Quick Help 

$ cabextract --help
Usage: cabextract [options] [-d dir] <cabinet file(s)>
This will extract all files from a cabinet or executable cabinet.
For multi-part cabinets, only specify the first file in the set.
Options:
 -v   --version     print version / list cabinet
 -h   --help        show this help page
 -l   --list        list contents of cabinet
 -q   --quiet       only print errors and warnings
 -L   --lowercase   make filenames lowercase
 -f   --fix         fix (some) corrupted cabinets
 -p   --pipe        pipe extracted files to stdout
 -s   --single      restrict search to cabs on the command line
 -F   --filter      extract only files that match the given pattern
 -d   --directory   extract all files to the given directory