This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9c6560186b
NotePublic
/
Software
/
Applications
/
Grep
/
Grep_惯用方法.md
7 lines
89 B
Markdown
Raw
Blame
History
# Grep 惯用方法
```bash
# 查找普通文件和隐藏文件
grep -rn <key> * .*
```
Reference in New Issue
View Git Blame
Copy Permalink