mdir
mdir功能说明:显示MS-DOS目录。
语 法:mdir [-afwx/][目录]
补充说明:mdir为mtools工具指令,模拟MS-DOS的dir指令,可显示MS-DOS文件系统中的目录内容。
参 数:
-/ 显示目录下所有子目录与文件。
-a 显示隐藏文件。
-f 不显示磁盘所剩余的可用空间。
-w 仅显示目录或文件名称,并以横排方式呈现,以便一次能显示较多的目录或文件。
-X 仅显示目录下所有子目录与文件的完整路径,不显示其他信息。
mdir
mdir [options] dir
List directory contents on an MS-DOS filesystem. See ls, dir, and mtools for more information.
Options
Display output recursively, listing the contents of subdirectories.
Include hidden files in the output.
Produce a concise listing, showing each directory or file on a separate line, with no heading or summary information.
Operate in fast mode, without determining the amount of free space. Not required on FAT32 filesystems, which store the free-space information explicitly.
Produce wide output, printing filenames across the page with no file-size or creation-date information.
Print version information and exit.