aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-03 13:30:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-03 13:30:39 +1200
commitd76e947287ce7e09b006c7ae5d032f163e7bf440 (patch)
treeaafa754e70dee701b868487d9d21b85f8faae567 /man
parentRemove blink-matching-paren from ~/.inputrc (diff)
downloaddotfiles-d76e947287ce7e09b006c7ae5d032f163e7bf440.tar.gz
dotfiles-d76e947287ce7e09b006c7ae5d032f163e7bf440.zip
Add -o option to cf(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/cf.1df6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man1/cf.1df b/man/man1/cf.1df
index ab1338ba..db813e5d 100644
--- a/man/man1/cf.1df
+++ b/man/man1/cf.1df
@@ -10,10 +10,16 @@
.br
.B cf
dir1 dir2
+.br
+.B cf
+-o 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.
+.P
+Giving the -o option omits printing the directory name (i.e., prints only the
+count); this is intended for use in scripts such as cfr(1df).
.SH SEE ALSO
cfr(1df)
.SH AUTHOR