This website requires JavaScript.
Explore
Help
Sign In
doc
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45cfb45bfe601efae4541d44f79c13943b652007
linux
/
Linux实用的一些命令.md
5 lines
69 B
Markdown
Raw
Normal View
History
Unescape
Escape
更新 Linux实用的一些命令.md
2026-04-03 16:39:33 +08:00
## 关键字搜索并排序
添加 Linux实用的一些命令.md
2026-04-03 16:39:13 +08:00
```
grep -h '关键字' *.log | sort
```
Reference in New Issue
Copy Permalink