📜  grep example linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.451000             🧑  作者: Mango

代码示例1
g -> global
r -> regular
e -> expression
p -> print

grep

# example
# this will match any text with "foo" case insensitive
grep -i foo bar.txt