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

原文地址:https://www.cnblogs.com/avalon-merlin/p/10498104.html