乐趣区

【技术性】Linux与操作系统知识

持续更新。

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”

退出移动版