Skip to content

Instantly share code, notes, and snippets.

@geekduck
Created July 1, 2014 06:37
Show Gist options
  • Select an option

  • Save geekduck/9dfaac1b09ec185d502e to your computer and use it in GitHub Desktop.

Select an option

Save geekduck/9dfaac1b09ec185d502e to your computer and use it in GitHub Desktop.
psからgrepしたPIDの/proc/PID/fd 以下を表示させるシェルワンライナー
ps aux | grep someapp | grep -v grep | awk '{print $2}' | xargs -i{} ls -al /proc/{}/fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment