windows-7 - Windows 7 通配符扩展

标签 windows-7 command-line cmd wildcard windows-7-x64

我刚刚在 d:\dump 目录中尝试了命令 dir pod*/s/a 并得到了以下输出。 posixpoppler 文件夹如何与 pod* 通配符有效匹配?我使用的是 Windows 7 Home Premium 64 位。

这是 Windows 7 中的错误还是我的计算机感染了病毒?

 Volume in drive D has no label.
 Volume Serial Number is 024E-6214

 Directory of D:\dump

05/28/2013  11:37 AM    <DIR>          podofo
               0 File(s)              0 bytes

 Directory of D:\dump\pgsql\share\timezone\Europe

08/16/2012  04:54 PM             1,931 Podgorica
               1 File(s)          1,931 bytes

 Directory of D:\dump\php-5.2.17\ext\posix\tests

11/25/2009  09:23 AM             1,146 posix_setuid_variation3.phpt
11/24/2009  02:54 AM               692 posix_errno_variation2.phpt
12/05/2008  07:47 PM             2,987 posix_strerror_variation1.phpt
06/11/2009  06:00 PM               495 posix_getpwnam_basic.phpt
04/11/2008  03:02 PM               739 posix_times_error.phpt
08/26/2009  10:47 PM               634 posix_ttyname_variation2.phpt
               6 File(s)          6,693 bytes

 Directory of D:\dump\podofo

03/04/2013  12:11 PM         4,938,072 podofo.pdf
               1 File(s)      4,938,072 bytes

 Directory of D:\dump\poppler\poppler-0.22.4\cpp

12/31/2012  04:13 AM            17,953 poppler-document.cpp
12/31/2012  04:13 AM             1,801 poppler-image.h
               2 File(s)         19,754 bytes

 Directory of D:\dump\poppler\poppler-0.22.4\glib

12/31/2012  04:13 AM             7,509 poppler-attachment.cc
               1 File(s)          7,509 bytes

 Directory of D:\dump\poppler\poppler-0.22.4\qt4\src

12/31/2012  04:13 AM             6,790 poppler-ps-converter.cc
03/26/2013  03:18 AM            10,451 poppler-form.cc
12/31/2012  04:13 AM            12,327 poppler-optcontent.cc
02/21/2013  01:39 AM             1,564 poppler-qiodeviceoutstream.cc
               4 File(s)         31,132 bytes

     Total Files Listed:
              15 File(s)      5,005,091 bytes
               1 Dir(s)  52,250,210,304 bytes free

最佳答案

尝试将 /x 开关添加到您的 DIR 命令中,一切都会显示出来。

/x 显示文件的短名称和长名称。 DIR 与其中任何一个匹配。

关于windows-7 - Windows 7 通配符扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16785054/

相关文章:

c++ - Visual Studio 2008 Express C++ 32 位在 Windows 7 64 位上构建

command-line - '.' 表示当前目录的来源是什么?

powershell - PowerShell 和 cmd.exe 命令语法有什么区别?

windows - 如何从命令提示符快速打开当前目录?操作系统 - Windows

batch-file - CD 命令在 FOR 循环内不起作用?

android - genymotion: "player.exe sttoped working"

delphi - 为什么 DEP 不会停止执行从外部文件加载的部分代码?

command-line - CALL -151在APPLE上做了什么?[

linux - 使用 Go 和 './...' 构建所有代码

batch-file - 创建一个不断 ping google 并测试响应时间的批处理文件