How about `ls /proc | xargs pfiles`

-f
http://www.blackant.net/

On Wed, 28 Mar 2007, Leonardo Lagos wrote:

Off the top of my head, I would try a combination of lsof, grep, awk, and
and sort..

Something like

lsof -<just files> | awk '{print $<position of filename>}' | sort -u

Or

lsof | grep -v TCP | grep -v UDP | grep -v etc... | awk ....

Good luck,

Leo

_______________________________________________
Solaris-Users mailing list
Solaris-Users@filibeto.org
http://node1.filibeto.org/mailman/listinfo/solaris-users

Reply via email to