]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
Update version to 1.2.6
[wimlib] / doc / imagex-dir.1.in
1 .TH IMAGEX "1" "March 2013" "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 The DOS names of files are not displayed.
24
25 .SH EXAMPLES
26 Show all files in the first image of 'boot.wim':
27 .RS
28 .PP
29 image dir boot.wim 1
30 .RE
31 .PP
32
33 .SH SEE ALSO
34 .BR imagex (1)
35