标签:idc 搜索 linu 区别 tps inux sed span 文件名
1.find 查找文件:
将目前目录及其子目录下所有延伸档名是 c 的文件列出来。
find . -name "*.c"
2.查找文件里的字符串等
grep "被查找的字符串" 文件名
3.vi/less中的搜索某各字符串,用/字符串或?字符串,按n表示下一个
sed \awk\grep区别:
https://www.linuxidc.com/Linux/2019-08/160121.htm
标签:idc 搜索 linu 区别 tps inux sed span 文件名
原文地址:https://www.cnblogs.com/heishanyaoren/p/12190693.html