Skip to content

Instantly share code, notes, and snippets.

@gigq
Created March 2, 2010 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gigq/319652 to your computer and use it in GitHub Desktop.
Save gigq/319652 to your computer and use it in GitHub Desktop.
find . -name "*.*" -exec basename '{}' \; | sort > /tmp/full
find . -name "*.*" -exec basename '{}' \; | sort | uniq > /tmp/uql
comm -3 /tmp/full /tmp/uql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment