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.1df6
1 files changed, 0 insertions, 6 deletions
diff --git a/man/man1/cf.1df b/man/man1/cf.1df
index 9ced3c20..8434265b 100644
--- a/man/man1/cf.1df
+++ b/man/man1/cf.1df
@@ -10,17 +10,11 @@
.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).
-.P
It uses globs to do the counting, so it will give you unexpected results if
you're counting a directory that has more than ARG_MAX entries in it. You'll
have to resort to find(1) loops in that case.