1CABEXTRACT(1) General Commands Manual CABEXTRACT(1)
2
3
4
6 cabextract - program to extract files from Microsoft cabinet (.cab) ar‐
7 chives
8
10 cabextract [-ddir] [-f] [-Fpattern] [-h] [-l] [-L] [-p] [-q] [-s] [-v]
11 cabinet files ...
12
14 cabextract is a program that un-archives files in the Microsoft cabinet
15 file format (.cab) or any binary file which contains an embedded cabi‐
16 net file (frequently found in .exe files).
17
18 cabextract will extract all files from all cabinet files specified on
19 the command line
20
21 To extract a multi-part cabinet consisting of several files, only the
22 first cabinet file needs to be given as an argument to cabextract as it
23 will automatically look for the remaining files. To prevent cabextract
24 from extracting or listing cabinet files you did not specify, use the
25 -s option.
26
28 A summary of options is included below.
29
30 -d dir Extracts all files into the directory dir.
31
32 -f When extracting cabinet files, corrupted MSZIP blocks will be
33 ignored. A warning will be printed if a corrupted MSZIP block
34 is encountered.
35
36 -F pattern
37 Only files with names that match the shell pattern pattern shall
38 be extracted. On non-GNU systems, this match is case-sensitive.
39
40 -h Prints a page of help and exits.
41
42 -l Lists the contents of the given cabinet files, rather than
43 extracting them.
44
45 -L When extracting cabinet files, makes each extracted file's name
46 lowercase.
47
48 -p Files shall be extracted to standard output.
49
50 -q When extracting cabinet files, suppresses all messages except
51 errors and warnings.
52
53 -s When listing or extracting cabinets which span multiple files,
54 only cabinet files given on the command line shall be used.
55
56 -v If given alone on the command line, prints the version of cabex‐
57 tract and exits. Given with a list of cabinet files, it will
58 list the contents of the cabinet files.
59
61 This manual page was written by Stuart Caie <kyzer@4u.net>, based on
62 the one written by Eric Sharkey <sharkey@debian.org>, for the Debian
63 GNU/Linux system.
64
65
66
67 April 20, 2003 CABEXTRACT(1)