Re: [問題] grep 能同時過濾 2個條件嗎
※ 引述《demintree (Mirabelli's back in tow)》之銘言:
: ※ 引述《cotix (Feb 14, 2007)》之銘言:
: : 我想要用grep 指令,同時過濾「兩個條件」
: : 比如說,我想抓出一行中,同時有提到 sta1 與 sta2 字眼,
: : 但找了很久, 似乎文件都只提到單一條件
: : 請問我的要求,grep可以滿足嗎...
: 你把grep的結果pipe給後面的grep不就滿足了嗎?
: for example
: ls -al|grep sta1|grep sta2
你可以用-f 讀取特定條件擋
ex: grep -f filename 'target file'
檔案中再填入你要搜尋的key words
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.130.222.240
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 5 篇):
Linux 近期熱門文章
23
129
PTT數位生活區 即時熱門文章