Created
January 15, 2014 15:31
-
-
Save fstamour/8438300 to your computer and use it in GitHub Desktop.
Shell command to list broken symlinks. May vary on different systems.
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
| file * | grep broken | sed -re 's/^(.*):.*$/\1/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment