Referência rápida dos metacaracteres
Comando Metacaracteres (BSD/Mac)
find . ^ $ * [ ] \{\} \(\) \1
find -E . ^ $ * + ? | [ ] { } ( ) \1
-regextype Metacaracteres (GNU/Linux)
emacs . ^ $ * + ? | [ ] \(\) \1
posix-basic . ^ $ * \+ \? \| [ ] \{\} \(\) \1
posix-extended . ^ $ * + ? | [ ] { } ( ) \1
posix-awk . ^ $ * + ? | [ ] { } ( ) \1
posix-egrep . ^ $ * + ? | [ ] { } ( ) \1