linux 常用指令

grep 'key word' file

kill -9 pid

pkill -9 name

tail -f file

tail -n100 file

sed -n '1,1000p' file

grep -o 'key word' file | wc -l

top

top -H -p pid

 

posted @ 2019-03-08 20:37  Over_Watch  阅读(247)  评论(0编辑  收藏  举报