My Technical Works
Let's Work Along With Technology
Pages
(Move to ...)
▼
Tuesday, June 26, 2012
How do I find how many files an application is using
In order to find how many files and application is using , we can use
lsof +c 0 | cut -d' ' -f1 | sort | uniq –c
‹
›
Home
View web version