摘要:
linux grep 使用方法 « Neo's noteslinux grep 使用方法1.在一个文件内搜索某个字符串grep 'match_word' file2.在多个文件内搜索某个字符串grep 'match_word' file file2 grep 'match_word' *.rb # 后面可以跟正则\3.不区分大小写grep -i 'match_word' file4.正则表达式... 阅读全文
posted @ 2012-08-01 20:51
lexus
阅读(228)
评论(0)
推荐(0)
浙公网安备 33010602011771号