grep
ファイル中の文字列に対して正規表現を使って検索し表示する
Linux
command コマンド
TODO:使いこなしたい
| grep hogehoge
pipes
で繋げられた出力から、hogehogeを探して返す
例
ps aux | grep java