logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wimdir - List the files contained in a WIM image

Description

wimdir,  or  equivalently  wimlib-imagexdir, 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.

Examples

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

              wimdir boot.wim 1

Name

       wimdir - List the files contained in a WIM image

Notes

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.

Options

--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.

See Also

wimlib-imagex(1) wiminfo(1)

wimlib 1.14.4                                     February 2024                                        WIMDIR(1)

Synopsis

wimdirWIMFILE [IMAGE] [OPTION...]

See Also