From 6e9f52c9a8d51cac7db3b62e799fc32072c86443 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 Nov 2017 12:03:31 -0500 Subject: Add support for file birth/creation times on platforms that have it Fixes #19 --- bfs.1 | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'bfs.1') diff --git a/bfs.1 b/bfs.1 index f49e505..a6ff153 100644 --- a/bfs.1 +++ b/bfs.1 @@ -391,8 +391,8 @@ time of and .I Y can be any of -.RI [ acm ] -.RI ( a ccess/ c hange/ m odification). +.RI [ aBcm ] +.RI ( a ccess/ B irth/ c hange/ m odification). .TP \fB\-regex \fIREGEX\fR Find files whose entire path matches the regular expression @@ -523,6 +523,23 @@ Treat as a path to search (useful if it begins with a dash). .LP Tests: +.PP +\fB\-Bmin\fR [\fI\-+\fR]\fIN\fR +.br +\fB\-Btime\fR [\fI\-+\fR]\fIN\fR +.RS +Find files +.BR B irthed +.I N +minutes/days ago. +.RE +.TP +\fB\-Bnewer \fIFILE\fR +Find files +.BR B irthed +more recently than +.I FILE +was modified. .TP \fB\-depth\fR [\fI\-+\fR]\fIN\fR Find files with depth -- cgit v1.2.3