Skip to content

Instantly share code, notes, and snippets.

@SherryQueen
Last active July 20, 2017 04:12
Show Gist options
  • Select an option

  • Save SherryQueen/875cbf9aaff22d74bf6fdeb243c9c69f to your computer and use it in GitHub Desktop.

Select an option

Save SherryQueen/875cbf9aaff22d74bf6fdeb243c9c69f to your computer and use it in GitHub Desktop.
ps aux|grep java|awk '{print $2}'|xargs kill -9 批量杀死进程
tail -f filename 监听文件变化 及显示内容 -f 循环读取
sudo netstat -tunlp|grep {number} 查看端口使用情况
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment