Finding out which processes have the most open filesEditCreated 2016-02-26, updated 2017-10-14lsof +c0|awk '{print $1}'|uniq -c|sort -n macoswiki