diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-12 19:31:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-12 19:31:05 +0200 |
commit | 4da73615d586c9847cce02d1884c8e11c610eeab (patch) | |
tree | 2c00d6f356500773aef5b70571c58ce8415e2d64 /README | |
parent | add install and unstall (diff) | |
download | bfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.gz bfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.bz2 bfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.xz |
m + add info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -Minimalitic `find` using breadth first crawling. +Minimalitic `find` using breadth-first crawling. The entire invocation syntax is: bfind [--xdev] [--hardlinks] [--symlinks] \ - [--visible] [--print0] [--] DIRECTORY + [--visible] [--print0] [--] [DIRECTORY] With --xdev crawling will not be restricted to one mount point. @@ -35,7 +35,7 @@ Short option alternatives: Short options can be combined -Each link will always start with DIRECTORY. +Each line will always start with DIRECTORY. Why bfind? While bfind is not as fast as find*, |