]> wimlib.net Git - wimlib/blob - doc/imagex-dir.1.in
Allow up to 1 GiB LZMS dictionary
[wimlib] / doc / imagex-dir.1.in
1 .TH WIMLIB-IMAGEX "1" "January 2014" "@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 [\fIOPTIONS\fR]
6 .SH DESCRIPTION
7 Lists the files and directories contained in the specified image of the Windows
8 Imaging (WIM) file \fIWIMFILE\fR.
9 This command is also available as simply \fBwimdir\fR if the appropriate hard
10 link or batch file has been installed.
11 .PP
12 \fIIMAGE\fR specifies the image in \fIWIMFILE\fR to show the files of.  It may
13 be a 1-based index of an image in \fIWIMFILE\fR, the name of an image in
14 \fIWIMFILE\fR, or the keyword "all" to indicate that files from all images in
15 \fIWIMFILE\fR are to be shown.  Use the \fB@IMAGEX_PROGNAME@ info\fR (1) command
16 to show what images a WIM file contains.
17 .SH OPTIONS
18 .TP 6
19 \fB--path\fR=\fIPATH\fR
20 List the files recursively from the \fIPATH\fR directory instead of from the
21 root directory.
22 .TP
23 \fB--detailed\fR
24 List detailed information about each file.
25 .TP
26 \fB--one-file-only\fR
27 Show information about one file only.  Intended for use with both \fB--path\fR
28 and \fB--detailed\fR.
29 .SH NOTES
30 \fB@IMAGEX_PROGNAME@ dir\fR supports split WIMs, but it will only work on the
31 first part of the split WIM.
32 .PP
33 DOS names and alternate (named) data streams are not listed unless the
34 \fB--detailed\fR mode is used.
35 .SH EXAMPLES
36 List all files in the first image of 'boot.wim':
37 .RS
38 .PP
39 @IMAGEX_PROGNAME@ dir boot.wim 1
40 .RE
41 .PP
42 .SH SEE ALSO
43 .BR @IMAGEX_PROGNAME@ (1)
44 .BR @IMAGEX_PROGNAME@-info (1)