aboutsummaryrefslogtreecommitdiff
path: root/man/man1/rgl.1df
blob: 778b08b714ea31adb45ccde7c9ee24304dccedf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH RGL 1df "September 2016" "Manual page for rgl"
.SH NAME
.B rgl
\- search files for patterns read from stdin
.SH SYNOPSIS
.B rgl
file
.br
.B rgl
file1 file2 file3
.br
.B rgl
file < patterns
.SH DESCRIPTION
.B rgl
("read, grep, loop") searches the files given in its arguments for each of the
patterns given on standard input with grep(1).  If it detects its input is a
terminal, it provides a prompt for the next pattern, in color if possible.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>