Ubuntu 中如何高效的使用grep命令-参数和选项:

1、-v或—invert-match:

2、-i或—ignore-case:

3、-w或—word-regexp:

4、-n或—line-number:

5、-E或—extended-regexp:

6、-B或—before-context:

7、-l或—files-with-matches:

8、-c或—count:

9、—color=auto:

10、-r或—recursive:

11、-C或—context:

12、-A或—after-context:

上一篇:【软考---系统架构设计师】软件架构


下一篇:shell 脚本基础练习