grep 特定のファイル形式

grep 特定のファイル形式

次のbash関数があり、私のファイル形式を関数に渡したいと思います。どうすればいいのか知りたいです。

greprc ()
  {
       grep -hir --exclude=\*.el --include=\*.{org,texi} "$@"
  }
  

ベストアンサー1

おすすめ記事