find . -name *gomi*(使えないことがある) find | grep gomi
grep gomi * grep -r gomi * (現在の階層以下すべてから探し出す) grep -v step (stepを取り除いて結果を出す。)
locate * | grep gomi