This website requires JavaScript.
Explore
Help
Sign In
zhengchiliu
/
wiki
Watch
1
Star
0
Fork
0
You've already forked wiki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
wiki
/
运维
/
操作系统
/
Linux
/
笔记
/
14.文本grep.md
zhengchiliu
0a21a84531
从gitlab迁移
2025-01-02 10:46:09 +08:00
163 B
Raw
Permalink
Blame
History
Unescape
Escape
grep
:
文本搜索 -m
:
匹配几次后停止 -v
:
取反 -i
:
忽略大小写 -n
:
显示匹配到的行号 -c
:
匹配到的次数 -w
:
匹配到整个单词