aboutsummaryrefslogtreecommitdiff
path: root/man/man1/rep.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-03 01:37:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-03 01:37:50 +1200
commitf095526805fd347c23bf0a9e27609a6949051616 (patch)
tree7018ddc7c7f5e275daabc410f9f0588dcaabe9da /man/man1/rep.1df
parentUse full length($0) rather than just length (diff)
downloaddotfiles-f095526805fd347c23bf0a9e27609a6949051616.tar.gz
dotfiles-f095526805fd347c23bf0a9e27609a6949051616.zip
Add rep(1df)
Diffstat (limited to 'man/man1/rep.1df')
-rw-r--r--man/man1/rep.1df15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/rep.1df b/man/man1/rep.1df
new file mode 100644
index 00000000..8971f392
--- /dev/null
+++ b/man/man1/rep.1df
@@ -0,0 +1,15 @@
+.TH REP 1df "August 2017" "Manual page for rep"
+.SH NAME
+.B rep
+\- run a command repeatedly
+.SH USAGE
+.B rep
+COUNT
+COMMAND [ARG1...]
+.SH DESCRIPTION
+Run the given command the specified number of times. Zero is a valid count;
+nothing happens.
+.SH SEE ALSO
+chn(1df), maybe(1df), try(1df), watch(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>