Skip to content

Instantly share code, notes, and snippets.

@miry
Created March 23, 2015 11:11
Show Gist options
  • Save miry/32e16cc2ee167fccabea to your computer and use it in GitHub Desktop.
Save miry/32e16cc2ee167fccabea to your computer and use it in GitHub Desktop.
#/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