摘要: grep:global search regular expression(RE) and print out the line 文本搜索工具,根据用户指定的文本模式对目标文件进行逐行搜索,显示能够被模式所匹配到的行。 基本语法 正则表达式:是一类字符所书写出的模式(pattern) 元字符:不表示 阅读全文
posted @ 2018-01-03 21:20 追阳 阅读(10937) 评论(1) 推荐(1)