首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Windows 7通配符扩展

Windows 7通配符扩展
EN

Stack Overflow用户
提问于 2013-05-28 14:16:00
回答 1查看 563关注 0票数 2

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

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

代码语言:javascript
运行
复制
 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
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-05-28 16:08:52

尝试在DIR命令中添加/x开关,所有内容都会显示出来。

/x显示文件的短名称和长名称。DIR在任何一个上都匹配。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16785054

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档