aboutsummaryrefslogtreecommitdiff
path: root/man/man1/cfr.1df
blob: 5b9376ba4598e5d04f380777f81f93abef8130a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH CFR 1df "September 2016" "Manual page for cfr"
.SH NAME
.B cfr
\- print a count of entries in a directory tree
.SH SYNOPSIS
.B cfr
.br
.B cfr
/path/to/dir
.br
.B cfr
dir1 dir2
.SH DESCRIPTION
.B cf
counts all the entries in the directory trees rooted at the given arguments,
and prints the total.  It defaults to the current directory.  It should
correctly handle corner cases like filenames with newlines in them.  It will
count but will not follow symbolic links.
.SH SEE ALSO
cf(1df), tot(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>