grep literal string

Shell
# EXAMPLE
fgrep "[ or \ or \$ or ." *

# SYNTAX
# fgrep "<string-containing-special-characters>" *
Source

Also in Shell: