ログファイルをいくつかの文字列を含むよりも線から消去しようとしています。文字列は、ファイル内にあり、ランダム[キーボード]文字で構成された[はいも*、+など] は*の正確なマッチングんgrepのように思える:私はfgrepは思っfgrepリテラルと一致する "*"
grep "abc*" logs :gives a matchine line
blah_blah """abc*""" duh_duh
However when I read it off the file it doesnt work with fgrep:
cat file:
"abc*"
fgrep -f file logs => Matches nothing
はgrepの+ Fと同じです[grep -f]これを実現させるためにfgrepで使用できるフラグがありますか?
ありがとうございます!
また、私のために働く、fgrep 2.9 –