Skip to content

Instantly share code, notes, and snippets.

@raggleton
Created July 10, 2014 11:36
Show Gist options
  • Save raggleton/bb9fb82c5a2ebe40eed7 to your computer and use it in GitHub Desktop.
Save raggleton/bb9fb82c5a2ebe40eed7 to your computer and use it in GitHub Desktop.
Remove symbolic links
find -type l -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment