Skip to content

Instantly share code, notes, and snippets.

@zfarbp
Last active October 30, 2019 23:10
Show Gist options
  • Save zfarbp/9ca436694b8ce02d97139ba2a8891786 to your computer and use it in GitHub Desktop.
Save zfarbp/9ca436694b8ce02d97139ba2a8891786 to your computer and use it in GitHub Desktop.
Searching for Dead Symbolic Links
#!/bin/bash
find . -type l -print | perl -nle '-e || print'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment