持续更新。
- Ctrl+R搜索command历史
grep:
grep pattern files, e.g.grep "aug" sample.txt
input | grep pattern, e.g.
ls -l | grep -i "*.txt" 其中-i意思是大小写不敏感 cat sample.txt | grep "aug"
持续更新。
grep:
grep pattern files, e.g.
grep "aug" sample.txt
input | grep pattern, e.g.
ls -l | grep -i "*.txt"
其中-i意思是大小写不敏感
cat sample.txt | grep "aug"