mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Find File: describe "Content" input field.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
9fba781d45
commit
fee4349ed8
@ -1419,6 +1419,9 @@ for. It is interpeted as a shell pattern or as a regular expression
|
||||
depending on the state of the "Using shell patterns" checkbox. An empty
|
||||
value is valid and matches any file name.
|
||||
.PP
|
||||
The "Content" input field contains a string to search for within the
|
||||
files. Leave this field empty to disable searching file contents.
|
||||
.PP
|
||||
Option "Whole words" allows select only those files containing matches that
|
||||
form whole words. Like grep \-w.
|
||||
.PP
|
||||
|
@ -1505,6 +1505,9 @@ Midnight Commander создает дерево путем просмотра т
|
||||
правилам, что и в командной оболочке, либо как регулярное выражение. Пустое
|
||||
поле также допустимо и соответствует любому имени.
|
||||
.PP
|
||||
Поле "Содержимое" позволяет задать текст, который надо найти. Если это поле
|
||||
пусто, то поиск по содержимому файлов производиться не будет.
|
||||
.PP
|
||||
Опция "Только целые слова" устанавливает, что шаблон поиска
|
||||
соответствует только целым словам (например, если указано "foo",
|
||||
не будет найдено слово "foobar").
|
||||
|
Loading…
Reference in New Issue
Block a user