Skip to content

Instantly share code, notes, and snippets.

@parkerl
Created December 14, 2011 23:30
Show Gist options
  • Select an option

  • Save parkerl/1479099 to your computer and use it in GitHub Desktop.

Select an option

Save parkerl/1479099 to your computer and use it in GitHub Desktop.
Find all symlinks below a given directory
ls -lR /path/to/folder | grep ^l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment