$ grep hoge hoge.txt $ ^o^a
これは以下と同じ
$ grep hage hoge.txt
oをaに置換するが、一箇所だけのようだ。全部置換したい場合は
!!s:/o/a/
$ grep hage hage.txt