grep

grep

Published on Sep 25
05:34
一分钟聊聊Linux命令行
0:00
0:00
<p style="font-size:16px;color:#333333;line-height:30px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;text-align:left;hyphens:auto" data-flag="normal" lang="en">grep -i "hello word" *</p><p style="font-size:16px;color:#333333;line-height:30px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;text-align:left;hyphens:auto" data-flag="normal" lang="en">grep 'g.[rR]ep' *</p><p style="font-size:16px;color:#333333;line-height:30px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;text-align:left;hyphens:auto" data-flag="normal" lang="en">grep -i -l "hello word" file1 file2 file3</p>