]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
a529cc5955194457e79ac39f091ec3ae6fe673d0
[wimlib] / doc / imagex-dir.1.in
1 .TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
2 .SH NAME
3 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
4
5 .SH SYNOPSIS
6 \fB@IMAGEX_PROGNAME@ 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
16 \fB@IMAGEX_PROGNAME@ info\fR (1) command to show what images a WIM file
17 contains.
18
19 .SH NOTES
20
21 \fB@IMAGEX_PROGNAME@ dir\fR supports split WIMs, but it will only work on the
22 first part of the split WIM.
23
24 The DOS names of files are not displayed.
25
26 Alternate data streams are not displayed.
27
28 .SH EXAMPLES
29 List all files in the first image of 'boot.wim':
30 .RS
31 .PP
32 @IMAGEX_PROGNAME@ dir boot.wim 1
33 .RE
34 .PP
35
36 .SH SEE ALSO
37 .BR @IMAGEX_PROGNAME@ (1)
38 .BR @IMAGEX_PROGNAME@-info (1)