diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-11-05 12:03:31 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-11-05 12:04:17 -0500 |
commit | 6e9f52c9a8d51cac7db3b62e799fc32072c86443 (patch) | |
tree | 2cf2e0acb149421e710ea6b285fdbe7b69d516ba /bfs.1 | |
parent | 7f8bacca4c2b1d35bb65ddf8cbf70fadf1adf66e (diff) | |
download | bfs-6e9f52c9a8d51cac7db3b62e799fc32072c86443.tar.xz |
Add support for file birth/creation times on platforms that have it
Fixes #19
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -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 |