📅  最后修改于: 2022-03-11 14:50:50.451000             🧑  作者: Mango
g -> global
r -> regular
e -> expression
p -> print
grep
# example
# this will match any text with "foo" case insensitive
grep -i foo bar.txt