Skip to content

Instantly share code, notes, and snippets.

@rpq
Created February 19, 2013 14:50
Show Gist options
  • Save rpq/4986546 to your computer and use it in GitHub Desktop.
Save rpq/4986546 to your computer and use it in GitHub Desktop.
broken symbolic links and delete
#cred: http://www.trilithium.com/johan/2011/09/delete-broken-symlinks/
find -L ~/.local/bin/ -type l -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment