GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WIMDIR(1) User Commands WIMDIR(1)

wimdir - List the files contained in a WIM image

wimdir WIMFILE [IMAGE] [OPTION...]

wimdir, or equivalently wimlib-imagex dir, lists the files and directories contained in the specified image of the Windows Imaging (WIM) archive WIMFILE.

IMAGE specifies the image in WIMFILE to list. It may be the 1-based index of an image, the name of an image, or the keyword "all" to specify all images. It may be omitted if WIMFILE contains only one image. You can use wiminfo(1) to list the images contained in WIMFILE.

--path=PATH
List the files under PATH instead of under the root directory.
--detailed
List detailed information about each file.
--one-file-only
List information about the specified file only. Intended for use with both --path and --detailed.
--ref="GLOB"
File glob of additional WIMs or split WIM parts to reference resources from. This option can be specified multiple times. This option is only useful when --detailed is also specified.

wimdir supports split WIMs, but it only works on the first part of the split WIM.

Detailed metadata such as timestamps and data streams is not shown unless the --detailed option is used.

List all files and directories in the first image of 'boot.wim':

wimdir boot.wim 1

wimlib-imagex(1) wiminfo(1)
November 2018 wimlib 1.13.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.