find
Windows 中的命令(命令行)是否可以搜索里面excel 文件?
答案1
是的。
如果文本在保存文件中保存为纯文本,它将出现在查找结果中。
在windows7上测试;
Made new "hello.xls" in C:\test, opened in Excel 2007, saved "foo" in cell A1
Opened command window;
c:\test>find "foo" hello.xls
结果
---------- C:\TEST\HELLO.XLS
foo
答案2
我曾多次遇到“查找”命令无法提供所有结果的情况。因此我更喜欢使用出色的 Agent Ransack 实用程序。