aboutsummaryrefslogtreecommitdiff
path: root/man/man1/vest.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 10:50:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 10:50:06 +1300
commit9267bccb6ae2f03f1eb8df7b3dd13d13ea57d14a (patch)
treede202e4865ae64c8fa2f958457738f0a5599684c /man/man1/vest.1df
parentFix printf argument mismatch bugs (diff)
downloaddotfiles-9267bccb6ae2f03f1eb8df7b3dd13d13ea57d14a.tar.gz
dotfiles-9267bccb6ae2f03f1eb8df7b3dd13d13ea57d14a.zip
Add vex(1df) and vest(1df)
Diffstat (limited to 'man/man1/vest.1df')
-rw-r--r--man/man1/vest.1df19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/vest.1df b/man/man1/vest.1df
new file mode 100644
index 00000000..e94e6a82
--- /dev/null
+++ b/man/man1/vest.1df
@@ -0,0 +1,19 @@
+.TH VEST 1df "December 2016" "Manual page for vest"
+.SH NAME
+.B vest
+\- run a test(1) command and print true/false to stdout for success/failure
+.SH SYNOPSIS
+.B vest
+\-f /foo/bar/baz
+.br
+.B vest
+\-s /etc/hostname
+.SH DESCRIPTION
+.B vest
+wraps the test(1) command, but prints an explicit "true" or "false" to stdout
+to show whether the test was true or false. It exits with the same value as the
+test it ran.
+.SH SEE ALSO
+test(1), vex(1df)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>