1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

サクラエディタ Grepで特定のフォルダから複数のファイルを検索する方法(個人用メモ)

Last updated at Posted at 2018-11-22

Grepで特定のフォルダから複数のファイルを検索する方法

  1. 「ctrl + G」でGrepウィンドウを開く
  2. [条件]に検索するファイル名パイプ( | )で区切って入力。パイプを入力する際にスペースは入力する必要なし。 ex) file1|file2|file3
  3. [ファイル]には「`*.*`」と入力
  4. [フォルダ]には検索するフォルダのパスを入力
  5. [正規表現]にチェックを入れ、[検索]
1
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?