aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ca.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/ca.1')
-rw-r--r--man/man1/ca.113
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man1/ca.1 b/man/man1/ca.1
new file mode 100644
index 00000000..1d79d62e
--- /dev/null
+++ b/man/man1/ca.1
@@ -0,0 +1,13 @@
+.TH CA 1 "July 2016" "Manual page for ca"
+.SH NAME
+.B ca
+\- print a count of the given arguments
+.SH SYNOPSIS
+.B ca
+arg1 arg2 arg3
+.SH DESCRIPTION
+.B ca
+counts all its arguments and prints the count. Useful for quickly counting a
+glob expansion.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>