Skip to content

Instantly share code, notes, and snippets.

@akanto
Created May 14, 2015 11:47
Show Gist options
  • Select an option

  • Save akanto/f1e9acd0898af770f19a to your computer and use it in GitHub Desktop.

Select an option

Save akanto/f1e9acd0898af770f19a to your computer and use it in GitHub Desktop.
List of open file short by count
#List of open file short by count:
lsof 2>/dev/null | awk '{print $2}' | sort | uniq -c | sort -n
lsof 2>/dev/null | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment