Provided by: wimtools_1.9.0-2_amd64 bug

NAME

       wimlib-imagex-dir - Show the files contained in a WIM archive

SYNOPSIS

       wimlib-imagex dir WIMFILE IMAGE [OPTIONS]

DESCRIPTION

       Lists  the  files  and directories contained in the specified image of the Windows Imaging
       (WIM) file WIMFILE.  This command is also available as simply wimdir  if  the  appropriate
       hard link or batch file has been installed.

       IMAGE  specifies  the image in WIMFILE to show the files of.  It may be a 1-based index of
       an image in WIMFILE, the name of an image in WIMFILE, or the  keyword  "all"  to  indicate
       that  files  from  all  images in WIMFILE are to be shown.  Use the wimlib-imagex info (1)
       command to show what images a WIM file contains.

OPTIONS

       --path=PATH
             List the files recursively  from  the  PATH  directory  instead  of  from  the  root
             directory.

       --detailed
             List detailed information about each file.

       --one-file-only
             Show  information  about  one  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.

NOTES

       wimlib-imagex dir supports split WIMs, but it will only work on  the  first  part  of  the
       split WIM.

       DOS  names and alternate (named) data streams are not listed unless the --detailed mode is
       used.

EXAMPLES

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

              wimlib-imagex dir boot.wim 1

SEE ALSO

       wimlib-imagex(1) wimlib-imagex-info(1)