aboutsummaryrefslogtreecommitdiff
path: root/man/man1/cf.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/cf.1df')
-rw-r--r--man/man1/cf.1df17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/cf.1df b/man/man1/cf.1df
new file mode 100644
index 00000000..8d6e3edc
--- /dev/null
+++ b/man/man1/cf.1df
@@ -0,0 +1,17 @@
+.TH CF 1df "July 2016" "Manual page for cf"
+.SH NAME
+.B cf
+\- print a count of entries in a directory
+.SH SYNOPSIS
+.B cf
+.br
+.B cf /path/to/dir
+.br
+.B cf dir1 dir2
+.SH DESCRIPTION
+.B cf
+counts all the entries in the given directories using glob
+expansion and prints the count. It defaults to the current
+directory.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>