Pages

Tuesday, June 26, 2012

How do I find how many files an application is using

Share it Please

In order to find how many files and application is using , we can use

lsof +c 0 | cut -d' ' -f1 | sort | uniq –c