[Linux] findコマンドで大文字小文字を区別しないで検索する方法

find -iname *foo*
とやると、
  • FOO.txt
  • foo.txt
  • fOO.txt
  • Foo.txt
などが引っかかるようになります。
カテゴリ: