grep
Linuxコマンド
fgrep
without Regular Expression
code:bash
grep -F 'hoge' sample.txt
fgrep 'hoge' sample.txt