Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created September 25, 2011 21:38
Show Gist options
  • Select an option

  • Save jnbek/1241191 to your computer and use it in GitHub Desktop.

Select an option

Save jnbek/1241191 to your computer and use it in GitHub Desktop.
broken symlinks
To also show what the broken links used to point to:
find -L Documents -type l -ls
- or -
find -L Documents -type l -exec ls -l "{}" \;
- or -
find -L Documents -type l -exec ls -l –color "{}" \; ## colorized
@jnbek
Copy link
Copy Markdown
Author

jnbek commented Sep 25, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment