Answers for "grep literal string"

1

grep literal string

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

# SYNTAX
# fgrep "<string-containing-special-characters>" *
Posted by: Guest on April-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language