Skip to content

Instantly share code, notes, and snippets.

@CVertex
Created March 27, 2014 07:39
Show Gist options
  • Select an option

  • Save CVertex/9802313 to your computer and use it in GitHub Desktop.

Select an option

Save CVertex/9802313 to your computer and use it in GitHub Desktop.
Search through xibs for a string
#!/bin/sh
grep -i -r --include=*.xib "$1" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment