From 741f86fa92cdc8a569120c45cf5709f71f839495 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Oct 2013 00:39:02 +0200 Subject: update readme with a new option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index e86951b..5aa6db2 100644 --- a/README +++ b/README @@ -2,7 +2,8 @@ Minimalitic `find` using breadth first crawling. The entire invocation syntax is: - bfind [--xdev] [--hardlinks] [--symlinks] [--] DIRECTORY + bfind [--xdev] [--hardlinks] [--symlinks] \ + [--visible] [--] DIRECTORY With --xdev crawling will not be restricted to one mount point. @@ -10,17 +11,21 @@ one mount point. With --hardlinks bfind will be hardlink aware on directories. -With --symlinks, bfind will visit directories +With --symlinks bfind will visit directories symlinks points, and directories will never be revisited. Visited directories will be memorised by absolute real path name. +With --visible not files starting with a dot +will be listed. + Short option alternatives: -x --xdev -h --hardlinks -s --symlinks + -v --visible Short options can be combined -- cgit v1.2.3-70-g09d2