33
17

More than 5 years have passed since last update.

findコマンドで特定の拡張子のファイルを検索しました。

Posted at

findコマンドでファイルがどのディレクトリにあるかを検索しました。ファイルが分割されすぎてどこに何があるかわからなくなっているのです:(;゙゚'ω゚'):

findコマンドで特定の拡張子のファイルを検索

拡張子の検索方法
find ディレクトリ -name "*.拡張子"

scssが拡張子のファイルを検索したかったので以下のようにしました。

scssファイルを検索
find ./app/ -name "*.scss"

ちゃんとscssファイルが検索できました(╹◡╹)

参考

33
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
33
17