]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
Remove buffer_io.h
[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 .SH SYNOPSIS
5 \fB@IMAGEX_PROGNAME@ dir\fR \fIWIMFILE\fR \fIIMAGE\fR
6 .SH DESCRIPTION
7 Lists all the files and directories contained in the specified image of the
8 Windows Imaging (WIM) file \fIWIMFILE\fR.
9 .PP
10 \fIIMAGE\fR specifies the WIM image to show the files of.  It may be a 1-based
11 index of an image in the WIM, the name of an image in the WIM, or the keyword
12 "all" to indicate that files from all images are to be shown.  Use the
13 \fB@IMAGEX_PROGNAME@ info\fR (1) command to show what images a WIM file
14 contains.
15 .SH NOTES
16 \fB@IMAGEX_PROGNAME@ dir\fR supports split WIMs, but it will only work on the
17 first part of the split WIM.
18 .PP
19 The DOS names of files are not displayed.
20 .PP
21 Alternate data streams are not displayed.
22 .SH EXAMPLES
23 List all files in the first image of 'boot.wim':
24 .RS
25 .PP
26 @IMAGEX_PROGNAME@ dir boot.wim 1
27 .RE
28 .PP
29 .SH SEE ALSO
30 .BR @IMAGEX_PROGNAME@ (1)
31 .BR @IMAGEX_PROGNAME@-info (1)