From 56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Feb 2021 15:39:58 +0100 Subject: Change license, rewrite in C, remove info manual, remove shell tab completion, misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'README') diff --git a/README b/README index 186c069..759089a 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ NAME - bfind - Minimalitic find using breadth-first crawling + bfind - minimalistic find using breadth-first crawling SYNOPSIS - bfind [OPTION]... [--] [DIRECTORY] + bfind [-0hsvx] [directory] DESCRIPTION - bfind is a minimalitic alternative to find(1) that is + bfind is a minimalistic alternative to find(1) that is designed to be efficient that locating files. To accomplish this, bfind uses breadth-first crawling instead of depth-first crawling. @@ -18,21 +18,21 @@ DESCRIPTION since to have in the program and can be outright dangerous. OPTIONS - -x, --xdev - Do not restrict crawling to one mount point. + -0 + Terminate lines with NUL rather than LF. - -h, --hardlinks + -h Watch out for hardlinked directories. - -s, --symlinks + -s Visit symbolically linked directories, but never visit the same directory twice. - -v, --visible + -v No files starting with a dot will be listed. - -0, --print0 - Terminate lines with NUL rather than LF. + -x + Do not restrict crawling to one mount point. RATIONALE While bfind is not as fast as find(1) for large @@ -43,6 +43,3 @@ RATIONALE SEE ALSO find(1), grep(1) - - Full documentation available locally via: info '(bfind)' - -- cgit v1.2.3-70-g09d2