diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 |
commit | 56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d (patch) | |
tree | 9ad549f831dd0c1fcc96f8c307512be6e496fddf /doc/man | |
parent | update dist (diff) | |
download | bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.gz bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.bz2 bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.xz |
Change license, rewrite in C, remove info manual, remove shell tab completion, misc3.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/bfind.1 | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/man/bfind.1 b/doc/man/bfind.1 deleted file mode 100644 index d0a9b37..0000000 --- a/doc/man/bfind.1 +++ /dev/null @@ -1,75 +0,0 @@ -.TH BFIND 1 BFIND -.SH NAME -bfind - Minimalitic find using breadth-first crawling -.SH SYNOPSIS -.BR bfind -.RI [ OPTION ]... -[--] -.RI [ DIRECTORY ] -.IR PASSPHRASE_LIST -.SH DESCRIPTION -.BR bfind -is a minimalitic alternative to -.BR find (1) -that is designed to be efficient that locating files. -To accomplish this, -.BR bfind -uses breadth-first crawling instead of depth-first crawling. -.PP -.BR bfind -is only includes the bare minimum, a few options for -restricting the crawlspace and an option to output -visited files in a safe format rather than a human-friendly -format. -.BR bfind -will never include all features of -.BR find (1) -because they are excessive and some other than makes -not since to have in the program and can be outright -dangerous. -.SH OPTIONS -.TP -.BR \-x ,\ \-\-xdev -Do not restrict crawling to one mount point. -.TP -.BR \-h ,\ \-\-hardlinks -Watch out for hardlinked directories. -.TP -.BR \-s ,\ \-\-symlinks -Visit symbolically linked directories, but -never visit the same directory twice. -.TP -.BR \-v ,\ \-\-visible -No files starting with a dot will be listed. -.TP -.BR \-0 ,\ \-\-print0 -Terminate lines with NUL rather than LF. -.SH RATIONALE -While -.BR bfind -is not as fast as -.BR find (1) -for large hierarchies, it will probably give your -results faster if you are looking for a file (rather -than listing files), because the file you are looking -for is probably near the directory you are searching -from. -.SH "SEE ALSO" -.BR find (1), -.BR grep (1) -.PP -Full documentation available locally via: info \(aq(bfind)\(aq -.SH AUTHORS -Principal author, Mattias Andrée. See the COPYING file for the full -list of authors. -.SH LICENSE -Copyright \(co 2013, 2015 Mattias Andrée -.br -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -.br -There is NO WARRANTY, to the extent permitted by law. -.SH BUGS -Please report bugs to https://github.com/maandree/bfind/issues or to -maandree@member.fsf.org |