検索Search(Ver1.90対応版)
目次Index
検索には3つ方法があります。
サイドバーの検索枠ではXP以前のような検索ができます。
「検索して選択」ではファイル一覧内をテキストエディタ感覚で検索できます。
「grepの実行」は秀丸エディタのgrepを呼び出して高度なテキストファイル内の検索ができます。
There are three ways to search.
You can search XP like in the search bar of the sidebar.
"Find and select" allows you to search the file list as if it were a text editor.
"Execute grep" can call advanced file search by calling the Hidemaru editor Grep. This is a feature for Japanese.
- 検索枠Search pane
-
[表示]→[サイドバー]→[検索]より検索枠を表示できます。
条件に一致するファイルをファイル一覧に出力します。
検索結果を複数選択したときのコンテキストメニューは、複数のフォルダにまたがるファイルのため、通常とは違い、基本的なものだけになっています。コンテキストメニューに「送る」もありますが、「送る」コマンド同様にアイコンは出ません。
You can display the search pane from [View]-[Side bar]-[Search].
Output files matching to the file list.
- ファイル名のすべてまたは一部All or part of the file name
-
ここに書かれたファイル名のルールに一致するものを対象に検索します。空欄の場合は全てのファイルが対象になります。
半角の英数字の大文字/小文字の区別はありません。それ以外の大文字/小文字の区別はあります。
ワイルドカードを記述する場合:
ワイルドカードとは、「*」や「?」が書かれた文字列のことで、「*」は長さが変わる任意の文字列で、「?」は任意の一文字を意味します。
ワイルドカードを記述する場合、ワイルドカードに一致するファイルを出力します。(例:「*.txt」)
ワイルドカードを記述すると、セミコロンで区切って複数のワイルドカードを指定できます。(例:「*.txt;*.log」)
ファイルの一部だけに一致する場合は、結果に出ません。
拡張子も含めた全てに一致した場合に、結果に出ます。
または、名前部分と拡張子部分を分けて解釈して、ぞれぞれに一致した場合にも、結果に出ます。
例えば「file123.txt」に対して「file*」という指定で検索結果に出ます。
「file123.txt」に対して「file?2」の検索では結果に出ません。「file?23」または「file?23.txt」の検索で結果に出ます。
ワイルドカードを記述しない場合:
ワイルドカードでない場合は、ファイル名に指定の文字列を含むファイルを出力します。(例:「name」)
ファイル名の一部に一致していれば結果に出ます。
ワイルドカードでない場合は、半角空白で区切ると複数の文字列両方ともに一致するファイルを出力します。AND検索に相当します。(例:「name word」)
ワイルドカードでない場合は、セミコロンまたはカンマで区切ると複数の文字列のどちらかに一致するファイルを出力します。OR検索に相当します。(例:「name;word」)
正規表現:
先頭に re: を付けると正規表現を使います。
フィルタの書き方・正規表現等の書き方
When describing a wildcard:
A wildcard is a string in which "*" or "?" is written, "*" is an arbitrary string whose length changes. The "?" is meant any one character.
When not describing a wildcard:
If it is not a wildcard, the file including the specified character string in the file name is output. (Example: "name")
If it matches part of the file name, it will be output.
Detail
- ファイルに含まれる単語または句A word or phrase in the file
-
ファイルの内容を検索します。
「テキストファイル検索」がOFFの場合、テキストファイルの検索に似ていますが、テキストファイルを検索するものではありません。
あなたのPCにインストールされている、拡張子ごとのフルテキストインデックスに対応した拡張による結果を検索します。
ワードやエクセルが入っていれば、docxやxlsxの内容も検索できます。
(pdfは古いAdobe Readerでは可能でしたが、Adobe Reader 10や11ではエクスプローラ以外はできないように制限されたようです)
Windows標準のままでは、テキストファイルでは日本語WindowsXPの場合Shift-JISとUTF-16(BOMあり)、日本語Windows7の場合はShift-JISとUTF-16(BOMあり)とUTF-8(BOMあり)に限定のようです。
「テキストファイル検索」をONにすると、テキストファイルの内容を検索します。
または、テキストファイルを対象として検索の場合、[ツール]→[grepの実行]より、秀丸エディタのgrepを呼び出すと高度なエンコードの解析をした検索ができます。
Search the contents of the file.
If "Search text file" is turned off, it is similar to searching for text files, but it does not search for text files.
Search the results by extension corresponding to the full-text index for each extension installed on your PC.
If "Search text file" is turned on, the contents of the text file will be searched.
- 探す場所Look in
-
「現在のフォルダを取得!」を選ぶと、現在のファイル一覧のあるフォルダが選ばれます。
「現在のフォルダに自動同期」を選ぶと、常に現在のファイル一覧のあるフォルダが検索されるようになります。(次回検索枠が表示されるときもそのまま)
セミコロンで区切って複数のフォルダを指定することができます。例えば「C:\MyFolder;D:\;E:\xxx」といったように入力します。
「PC」(コンピュータ/マイコンピュータ)を選ぶと、接続されている有効なドライブを全て検索します。
If you select "Get current folder !", the folder with the current file list will be selected.
If you select "Auto sync current folder", the folder with the current file list will always be searched. (Also when the search pane is displayed next time)
- サブフォルダの検索Search sub folders
-
サブフォルダにあるファイルも検索します。
Search for files in subfolders.
- 隠しファイルの検索Search hidden files
-
隠しファイルも検索します。
Search for hidden files.
- システムファイルの検索Search system files
-
システムファイルも検索します。
[表示]→[可視/不可視]→[システムファイル表示]もONになっている必要があります。
Search system files.
[View]-[Visibility] → [Show System Files] must be ON.
- ファイル名の検索Search file name
-
ファイル名を検索の対象にします。「ファイル名の検索」か「フォルダ名の検索」はどちらか(または両方)ONになっている必要があります。
Include filenames in the search. "Search file name" or "Search folder name" must be ON (or both).
- フォルダ名の検索Search folder name
-
ファイル名を検索の対象にします。「ファイル名の検索」か「フォルダ名の検索」はどちらか(または両方)ONになっている必要があります。
Include folder names in the search. "Search file name" or "Search folder name" must be ON (or both).
- 圧縮内ファイル名の検索Search compressed file name
-
圧縮ファイル内のファイル名を検索します。
Search for the file name in the compressed file.
- 新しいタブに出力Output to new tab
-
結果を新しいタブに出力します。
Output the result to a new tab.
- 日付を指定Specify date
-
日付を指定します。
Specifies the date.
- サイズを指定Specify size
-
サイズを指定します。
Specifies the size.
- テキストファイル検索Search text file
-
ONの場合、ファイルをテキストファイルとみなし、秀丸エディタのgrepのように検索します。「ファイルに含まれる単語または句」がファイル内の検索文字列になります。
OFFの場合、ファイルはテキストファイルではなく、フルテキストインデックスに対応した拡張の結果を検索します。
If it is ON, the file is regarded as a text file and the contents of the file are searched. "A word or phrase in the file" is the search string in the file.
If it is OFF, search the result of the expansion corresponding to the full text index.
- 検索して選択Find and Select
-
[編集]→[検索して選択...]より、現在ファイル一覧にあるファイルから検索して、1つのファイルを選択することができます。
[編集]→[次を検索]や、[編集]→[前を検索]で、次のヒットするファイルを選んだりできます。
「先頭一致」をONにすると、ファイルの先頭からの部分一致だけを検索できます。
「先頭一致」がOFFの場合は、ファイルの途中からの部分一致でも対象になります。
ワイルドカードを入力時は、複数のファイルを一度に選択できます。
ワイルドカードを入力時は、「先頭一致」のオプションは影響ありません。
ワイルドカードは名前部分と拡張子部分を分けて解釈して、ぞれぞれに一致した場合に選択されます。
正規表現:
先頭に re: を付けると正規表現を使います。
フィルタの書き方・正規表現等の書き方
From [Edit]-[Find and select...], you can search from the files currently in the file list and select one file.
When entering wildcards, you can select multiple files at once.
Filter format/regexp format
- grepの実行grep
-
[ツール]→[grepの実行]より実行します。
秀丸エディタがインストールされている場合、現在のフォルダをターゲットにしてgrepを呼び出すことができます。
Execute from [Tool]-[grep].
If the Hidemaru editor is installed, you can call grep to target the current folder. This is a feature for Japanese.