Skip to content

Instantly share code, notes, and snippets.

@niltonvasques
Created November 25, 2015 11:16
Show Gist options
  • Save niltonvasques/ceeda3754194aac8753f to your computer and use it in GitHub Desktop.
Save niltonvasques/ceeda3754194aac8753f to your computer and use it in GitHub Desktop.
vimdiff <(grep 'include Active$' -R . | awk '{ print $1 }' | cut -f1 -d: | cut -f2 -d/ | sort -u ) <(ls | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment