1WIMDIR(1)                        User Commands                       WIMDIR(1)
2
3
4

NAME

6       wimdir - List the files contained in a WIM image
7

SYNOPSIS

9       wimdir WIMFILE [IMAGE] [OPTION...]
10

DESCRIPTION

12       wimdir, or equivalently wimlib-imagex dir, lists the files and directo‐
13       ries contained in the specified image of the Windows Imaging (WIM)  ar‐
14       chive WIMFILE.
15
16       IMAGE  specifies  the  image in WIMFILE to list.  It may be the 1-based
17       index of an image, the name of an image, or the keyword "all" to  spec‐
18       ify  all images.  It may be omitted if WIMFILE contains only one image.
19       You can use wiminfo(1) to list the images contained in WIMFILE.
20

OPTIONS

22       --path=PATH
23             List the files under PATH instead of under the root directory.
24
25       --detailed
26             List detailed information about each file.
27
28       --one-file-only
29             List information about the specified file only.  Intended for use
30             with both --path and --detailed.
31
32       --ref="GLOB"
33             File  glob of additional WIMs or split WIM parts to reference re‐
34             sources from.  This option can be specified multiple times.  This
35             option is only useful when --detailed is also specified.
36

NOTES

38       wimdir  supports split WIMs, but it only works on the first part of the
39       split WIM.
40
41       Detailed metadata such as timestamps and data streams is not shown  un‐
42       less the --detailed option is used.
43

EXAMPLES

45       List all files and directories in the first image of 'boot.wim':
46
47              wimdir boot.wim 1
48

SEE ALSO

50       wimlib-imagex(1) wiminfo(1)
51
52
53
54wimlib 1.13.5                    December 2021                       WIMDIR(1)
Impressum