摘要: 1 C:\Documents and Settings\doupi>find /? 2 在文件中搜索字符串。 3 4 FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]] 5 6 /V 显示所有未包含指定字符串的行。 reverse[相反的] 7 /C 仅显示包含字符串的行数。count of lines[只返回行数,如果与其他参数合用,刚以此参数结果为准,例如同时/c /n] 8 /N 显示行号。numbers[line numbe... 阅读全文
posted @ 2011-12-13 13:01 doupip 阅读(637) 评论(0) 推荐(1) 编辑