Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created October 1, 2013 10:29
Show Gist options
  • Save tkuchiki/6776559 to your computer and use it in GitHub Desktop.
Save tkuchiki/6776559 to your computer and use it in GitHub Desktop.
ps で見なくても問題無さそうなプロセス([ktthread] など)を除外
ps axjf | awk '$1 != 0 && $1 != 2 {print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment