标签:两种 bsp pre 方式 lov grep code 常用 span
greo -E 等同于 egrep
grep常用两种方式
1. grep -c python a.txt
2. cat a.txt | grep -c python
a.txt文件如下
i love python
i love python
i love python
i lovelove python
i love pythond
i love PYTHON
i love java
grep -c python a.txt
grep -i python a.txt
grep -E ‘python|java‘ a.txt
标签:两种 bsp pre 方式 lov grep code 常用 span
原文地址:https://www.cnblogs.com/soymilk2019/p/11841782.html