aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-08 00:21:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-08 00:21:22 +1200
commit579b420b53f66a41c66d7aa1312933cd66fa9bb0 (patch)
tree644437a3edccbee07376ec4075dfe19c6c9d506e /man
parentFix a backdated manual page (diff)
downloaddotfiles-579b420b53f66a41c66d7aa1312933cd66fa9bb0.tar.gz
dotfiles-579b420b53f66a41c66d7aa1312933cd66fa9bb0.zip
Add rgl(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/rgl.1df19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/rgl.1df b/man/man1/rgl.1df
new file mode 100644
index 00000000..eb5b2905
--- /dev/null
+++ b/man/man1/rgl.1df
@@ -0,0 +1,19 @@
+.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 forward slash as a prompt for the next pattern.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>