summaryrefslogtreecommitdiffstats
path: root/bfs.1
diff options
context:
space:
mode:
Diffstat (limited to 'bfs.1')
-rw-r--r--bfs.17
1 files changed, 7 insertions, 0 deletions
diff --git a/bfs.1 b/bfs.1
index 5322f3c..64c03b2 100644
--- a/bfs.1
+++ b/bfs.1
@@ -101,6 +101,13 @@ names.
Search in post-order (same as
.BR \-depth ).
.TP
+.B \-s
+Visit directory entries in sorted order.
+The sorting takes place within each directory separately, which makes it different from
+.B bfs ... |
+.BR sort ,
+but still provides a deterministic ordering.
+.TP
.B \-x
Don't descend into other mount points (same as \fB\-xdev\fR).
.TP