Skip to content

Instantly share code, notes, and snippets.

@raja-ashok
Created October 16, 2018 13:32
Show Gist options
  • Save raja-ashok/82262b28deb34757360c7fbaf246a2a2 to your computer and use it in GitHub Desktop.
Save raja-ashok/82262b28deb34757360c7fbaf246a2a2 to your computer and use it in GitHub Desktop.
grep -E "colou?r" * -R
- Matches both "colour" and "color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment