Created
March 23, 2015 11:11
-
-
Save miry/32e16cc2ee167fccabea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/bin/bash | |
for i in `ps ax | awk '{print $1}' | tail -n+2`; do lsof -p $i | grep deleted; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment