]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
util.c: Print carriage return before warnings/errors
[wimlib] / doc / imagex-dir.1.in
1 .TH IMAGEX "1" "April 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 \fB@IMAGEX_PROGNAME@
16 info\fR (1) command to show what images a WIM file contains.
17
18 .SH NOTES
19
20 \fB@IMAGEX_PROGNAME@ 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_PROGNAME@ (1)
35