aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:29:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:29:44 +1200
commitbcaaf3210bf644ac7bb5cb05d98b0b17aa258c2c (patch)
treec988a6c96adf2358db794940f1f1f125fae96201 /man
parentAdd install-bin to default install target (diff)
downloaddotfiles-bcaaf3210bf644ac7bb5cb05d98b0b17aa258c2c.tar.gz
dotfiles-bcaaf3210bf644ac7bb5cb05d98b0b17aa258c2c.zip
Change cf() from Bash func to shell script
Diffstat (limited to 'man')
-rw-r--r--man/man1/cf.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/cf.1 b/man/man1/cf.1
new file mode 100644
index 00000000..4c30c9d8
--- /dev/null
+++ b/man/man1/cf.1
@@ -0,0 +1,14 @@
+.TH CF 1 "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
+.SH DESCRIPTION
+.B cf
+counts all the entries in a given directory using Bash glob expansion and
+prints the count. It defaults to the current directory.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>