aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-31 19:12:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-31 20:23:51 +1200
commitf1fc74cdd6fbc4ea632be035cca6239370a6ea55 (patch)
tree77c6c96f868d6a884b3bfc8557f0967c3f4a387b /man
parentSplit out sls(1) into shell and awk (diff)
downloaddotfiles-f1fc74cdd6fbc4ea632be035cca6239370a6ea55.tar.gz
dotfiles-f1fc74cdd6fbc4ea632be035cca6239370a6ea55.zip
Change cf(1) to POSIX sh and multi args
Diffstat (limited to 'man')
-rw-r--r--man/man1/cf.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/man1/cf.1 b/man/man1/cf.1
index 4c30c9d8..0bedb19f 100644
--- a/man/man1/cf.1
+++ b/man/man1/cf.1
@@ -6,9 +6,12 @@
.B cf
.br
.B cf /path/to/dir
+.br
+.B cf dir1 dir2
.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.
+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>