]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
imagex apply documentation
[wimlib] / doc / imagex-dir.1.in
1 .TH IMAGEX "1" "May 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_NUM\fR | \fIIMAGE_NAME\fR | all),
7
8 .SH DESCRIPTION
9 .PP
10 Lists all the files and directories contained in the specified image of
11 \fIWIMFILE\fR.
12
13 The image may be specified by \fIIMAGE_NUM\fR, which must be an integer that is
14 an index of an image in the WIM file, starting at 1.  Alternatively, it may be
15 the name of an image in the WIM file.  It also may be the keyword "all", which
16 specifies all images.
17
18 .SH EXAMPLES
19 .IP 
20 image dir boot.wim 1
21 .LP 
22 Show all files in the first image of 'boot.wim'
23
24 .SH SEE ALSO
25 .BR imagex (1)
26