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
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