File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ configuration file. The file can specify one shell argument per line. Lines
43
43
starting with \fB # \fP are ignored. For more details, see \fB CONFIGURATION
44
44
FILES \fP below.
45
45
.sp
46
- ripgrep will automatically detect if stdin exists and search stdin for a regex
47
- pattern, e.g. \fB ls | rg foo \fP . In some environments, stdin may exist when
48
- it shouldn't. To turn off stdin detection, one can explicitly specify the
49
- directory to search, e.g. \fB rg foo ./ \fP .
46
+ ripgrep will automatically detect if stdin is a readable file and search stdin
47
+ for a regex pattern, e.g. \fB ls | rg foo \fP . In some environments, stdin may
48
+ exist when it shouldn't. To turn off stdin detection, one can explicitly
49
+ specify the directory to search, e.g. \fB rg foo ./ \fP .
50
50
.sp
51
51
Like other tools such as \fB ls \fP , ripgrep will alter its output depending on
52
52
whether stdout is connected to a tty. By default, when printing a tty, ripgrep
You can’t perform that action at this time.
0 commit comments