Skip to content

Instantly share code, notes, and snippets.

@phako
Created January 18, 2019 09:53
Show Gist options
  • Save phako/f0a350026865e5d16f956d0fc55601ef to your computer and use it in GitHub Desktop.
Save phako/f0a350026865e5d16f956d0fc55601ef to your computer and use it in GitHub Desktop.
grep "\\bg_\\w\\+\\b" -hiro ~/Source/GNOME/rygel/build | sort | uniq | while read i; do grep \\b$i\\b -rol api-index | grep -v api-index-full ; done | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment