[Git] git grep の結果をファイル名だけにする
作成日: 2021年01月20日
git grep
コマンドの --files-with-matches
オプションを使うと、結果をファイル名だけにすることができます。
git grep --files-with-matches "hoge"
git grep
コマンドの --files-with-matches
オプションを使うと、結果をファイル名だけにすることができます。
git grep --files-with-matches "hoge"