• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Finding out which processes have the most open filesEdit

Created 2/26/2016, updated 10/14/2017
lsof +c0|awk '{print $1}'|uniq -c|sort -n
  • macos
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).