LoginSignup
1
0

More than 5 years have passed since last update.

簡単な検索findコマンド

Posted at

ターミナル上でファイル名から検索をしたいときに使うコマンド

find <ディレクトリ> <検索条件> <アクション>

基本は
<ディレクトリ>はカレントディレクトリを意味する./
<検索条件>-name '正規表現で探す名前'
<アクション>デフォルトが-printなので何もかかなくてok

参考
https://hydrocul.github.io/wiki/commands/find.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