Linux常用命令
时间:2021-09-07 16:20:34
收藏:0
阅读:14
查找文件
find / -name "fileName"
where is fielName
文件中查找文本
grep "content‘
例如:ps -ef |grep "java"
原文:https://www.cnblogs.com/xutingyin/p/15236976.html
评论(0)