update@2016-09-12 15:35:52

This commit is contained in:
guobao.jiang 2016-09-12 15:35:52 +08:00
parent 51cda1b524
commit fd5aa31a1e
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ sudo netstat -tupln
# grep查找递归查找关键字 Redis
grep -r "Redis" .
# 对于.gz包的查找
zgrep "xxx" /path/to/zipfile/file.2016-09-10.gz
# 查找文件
sudo find / -name erl_crash.dump