summaryrefslogtreecommitdiffstats
path: root/bfs.1
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-05-08 11:58:09 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-09-15 13:56:20 -0400
commitb6b7a68190703d30912d2a1c3d8d64e3de81a612 (patch)
treed99e0b9dd0060deed2980b43a99fd2f359f9ad30 /bfs.1
parentb2d85ea84c930ebcfefc6449414ed64cd80e2f89 (diff)
downloadbfs-b6b7a68190703d30912d2a1c3d8d64e3de81a612.tar.xz
Implement -files0-from FILE
See https://savannah.gnu.org/bugs/?60383 for the development of the corresponding GNU find feature.
Diffstat (limited to 'bfs.1')
-rw-r--r--bfs.19
1 files changed, 9 insertions, 0 deletions
diff --git a/bfs.1 b/bfs.1
index 0d95fd7..36089f8 100644
--- a/bfs.1
+++ b/bfs.1
@@ -267,6 +267,15 @@ Search in post-order (descendents first).
.B \-follow
Follow all symbolic links (same as
.BR \-L ).
+.TP
+\fB\-files0\-from \fIFILE\fR
+Treat the NUL ('\\0')-separated paths in
+.I FILE
+as starting points for the search.
+Pass
+.B \-files0\-from
+.I \-
+to read the paths from standard input.
.PP
\fB\-ignore_readdir_race\fR
.br