This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
nice-repo-share
/
linuxcommandgitbook
mirror of
https://github.com/Nick233333/gitbook.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
4eee8d4d23
Branches
Tags
master
linuxcommandgit...
/
grep-sed-awk.md
grep-sed-awk.md
218 B
Lịch sử
Raw
grep 命令
sudo grep -c '500' fielename.log #查找文件包含500的行数 sudo cat index.html | grep -o 'js' #只输出文件中匹配到的部分
sed 命令
awk 命令