]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
mkwinpeimg.1 updates
[wimlib] / doc / imagex-dir.1.in
1 .TH IMAGEX "1" "September 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
2 .SH NAME
3 imagex dir \- Show the files contained in a WIM archive
4
5 .SH SYNOPSIS
6 \fBimagex dir\fR \fIWIMFILE\fR \fIIMAGE\fR
7
8 .SH DESCRIPTION
9 .PP
10 Lists all the files and directories contained in the specified image of the
11 Windows Imaging (WIM) file \fIWIMFILE\fR.
12
13 \fIIMAGE\fR specifies the WIM image to show the files of.  It may be a 1-based
14 index of an image in the WIM, the name of an image in the WIM, or the keyword
15 "all" to indicate that files from all images are to be shown.  Use the \fBimagex
16 info\fR (1) command to show what images a WIM file contains.
17
18 .SH NOTES
19
20 \fBimagex dir\fR supports split WIMs, but it will only work on the first part of
21 the split WIM.
22
23 .SH EXAMPLES
24 Show all files in the first image of 'boot.wim':
25 .RS
26 .PP
27 image dir boot.wim 1
28 .RE
29 .PP
30
31 .SH SEE ALSO
32 .BR imagex (1)
33