From 049e5cd5da3bd563f58b252315aa768528521118 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Oct 2013 09:12:03 +0200 Subject: add readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2c887f9 --- /dev/null +++ b/README @@ -0,0 +1,30 @@ +Minimalitic `find` using breadth first crawling. + +The entire invocation syntax is: + + bfind [--xdev] [--hardlinks] [--symlinks] DIRECTORY + +With --xdev crawling will not be restricted to +one mount point. + +With --hardlinks bfind will be hardlink aware +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. + + +Short option alternatives: + + -x --xdev + -h --hardlinks + -s --symlinks + + Short options can be combined + + +Each link will always start with DIRECTORY +and always and with a /. + -- cgit v1.2.3-70-g09d2