diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-08 11:10:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-08 11:10:49 +0200 |
commit | 10d5a6637c5945639743a0a22b8e9ac0b1a5e156 (patch) | |
tree | 13b4d47fcca0bf73155adce6a5335190cd0dbff6 /README | |
parent | change language (diff) | |
download | bfind-10d5a6637c5945639743a0a22b8e9ac0b1a5e156.tar.gz bfind-10d5a6637c5945639743a0a22b8e9ac0b1a5e156.tar.bz2 bfind-10d5a6637c5945639743a0a22b8e9ac0b1a5e156.tar.xz |
draft
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,7 +2,7 @@ Minimalitic `find` using breadth first crawling. The entire invocation syntax is: - bfind [--xdev] [--hardlinks] [--symlinks] DIRECTORY + bfind [--xdev] [--hardlinks] [--symlinks] [--] DIRECTORY With --xdev crawling will not be restricted to one mount point. @@ -13,7 +13,7 @@ on directories. With --symlinks, bfind will visit directories symlinks points, and directories will never be revisited. Visited directories will be -memorised by absolute path name. +memorised by absolute real path name. Short option alternatives: @@ -25,6 +25,5 @@ Short option alternatives: Short options can be combined -Each link will always start with DIRECTORY -and always and with a /. +Each link will always start with DIRECTORY. |