9
8

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.

Windowsでファイル内検索(findstr)

Posted at

コマンドプロンプトで次のように打って、mojiの含まれるファイルを検索する。
findstr /s /i "moji" myfold/*
(カレントディレクトリにmyfoldディレクトリがあるとき)

(オプションの意味)
/s: サブディレクトリを検索する
/i: 検索文字列の大文字・小文字を区別しない

DOS コマンド一覧 Findstr

9
8
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
9
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?