aboutsummaryrefslogtreecommitdiff
path: root/man/man1/cfr.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 14:40:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 14:40:02 +1200
commit2e83f84476b6a80f8ef3eea389d6775bae1fffef (patch)
treeb57701d82c8eff7f0dc8e532f98f7507981d38b5 /man/man1/cfr.1df
parentFix wrapping in cf(1df) manpage (diff)
downloaddotfiles-2e83f84476b6a80f8ef3eea389d6775bae1fffef.tar.gz
dotfiles-2e83f84476b6a80f8ef3eea389d6775bae1fffef.zip
Small correction to cfr(1df) notes
Diffstat (limited to 'man/man1/cfr.1df')
-rw-r--r--man/man1/cfr.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/cfr.1df b/man/man1/cfr.1df
index 8672d64f..2ec636bf 100644
--- a/man/man1/cfr.1df
+++ b/man/man1/cfr.1df
@@ -29,7 +29,7 @@ me), but there are faster but less compatible ways to do this, while still
remaining accurate. Here's a method using GNU find(1) adapted from an extremely
clever suggestion from geirha on Freenode; it's much, much faster:
.P
- $ find . -printf %.sx | wc -c
+ $ find . -mindepth 1 -printf %.sx | wc -c
.SH SEE ALSO
cf(1df), tot(1df)
.SH AUTHOR