Answers for "grep example linux"

0

grep example linux

g -> global
r -> regular
e -> expression
p -> print

grep

# example
# this will match any text with "foo" case insensitive
grep -i foo bar.txt
Posted by: Guest on January-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language