LoginSignup
1
0

More than 5 years have passed since last update.

ファイル検索[find]コマンド[メモ]

Posted at

概要

しばしばファイルの場所を忘れた時に、findコマンド使うので。

~
$ find *** -name hoge

***の中に、フォルダ名を入れて、-nameオプションで、ファイル名を指定することができる。

また、以下のようにして、拡張子を指定することも可能。

~
$ find *** -name \*.html
1
0
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
1
0