Skip to content

Instantly share code, notes, and snippets.

@philly-mac
Created July 30, 2011 08:29
Show Gist options
  • Save philly-mac/1115330 to your computer and use it in GitHub Desktop.
Save philly-mac/1115330 to your computer and use it in GitHub Desktop.
remove dead symlinks
find -L . -type l -print0 | xargs -0 --no-run-if-empty rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment