谁能解释一下?:
在 Windows 7 Pro 命令提示符下:
C:\Users\dbanas>dir C:\Windows\System32\*.h
Volume in drive C has no label. Volume Serial Number is FCC9-2CA2
Directory of C:\Windows\System32
09/18/2013 06:05 AM 85,172 curses.h
09/18/2013 06:05 AM 2,488 panel.h
06/10/2009 01:59 PM 1,820 rasctrnm.h
3 File(s) 89,480 bytes
0 Dir(s) 308,851,462,144 bytes free
从 Github 外壳(MinGW32):
dbanas@DBANAS-LAP ~/Documents/GitHub/hermit (master)
$ ls -a /c/Windows/System32/*.h
/c/Windows/System32/rasctrnm.h
唯一让我震惊的是,MinGW32 列表中缺少的两个文件的日期/时间戳是最近的。MinGW 是否正在缓存 Windows 目录内容?!如果是这样,我如何告诉它重建它的缓存?
谢谢!