aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-28 12:42:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-28 12:43:14 +1200
commit99ce821b209b61d19240e4ef95efe2f626025f7e (patch)
tree8a781cac298367d02428c2de27c4a11f08ab9ea3 /man/man1
parentCorrections to quo(1df) man page (diff)
downloaddotfiles-99ce821b209b61d19240e4ef95efe2f626025f7e.tar.gz
dotfiles-99ce821b209b61d19240e4ef95efe2f626025f7e.zip
Add grec(1df) and gred(1df)
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/grec.1df13
-rw-r--r--man/man1/gred.1df13
2 files changed, 26 insertions, 0 deletions
diff --git a/man/man1/grec.1df b/man/man1/grec.1df
new file mode 100644
index 00000000..8759aa33
--- /dev/null
+++ b/man/man1/grec.1df
@@ -0,0 +1,13 @@
+.TH GREC 1df "April 2017" "Manual page for grec"
+.SH NAME
+.B grec
+\- saner name for grep -c
+.SH SYNOPSIS
+.B grec PATTERN [FILE...]
+.br
+.SH DESCRIPTION
+.B grec
+is the same as grep(1) when run with a a -c option, because the name always
+bugged me a bit--"g/re/p, except don't print it, count it"?
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/gred.1df b/man/man1/gred.1df
new file mode 100644
index 00000000..8fcc4d74
--- /dev/null
+++ b/man/man1/gred.1df
@@ -0,0 +1,13 @@
+.TH GRED 1df "April 2017" "Manual page for gred"
+.SH NAME
+.B gred
+\- saner name for grep -v
+.SH SYNOPSIS
+.B gred PATTERN [FILE...]
+.br
+.SH DESCRIPTION
+.B gred
+is the same as grep(1) when run with a a -v option, because the name always
+bugged me a bit--"g/re/p, except don't print it, delete it"?
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>