diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:26:23 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:26:23 -0400 |
commit | 19f16a31e1a1bd4ccdbbaa59c719f9ba11daf813 (patch) | |
tree | 216d1e287c179a39f9a338579c2ffb41de2c1a11 | |
parent | 9b767578944283ab858b62d36073853cf942a382 (diff) | |
download | bfs-19f16a31e1a1bd4ccdbbaa59c719f9ba11daf813.tar.xz |
docs/bfs.1: Document the -type d,f syntax
-rw-r--r-- | docs/bfs.1 | 51 |
1 files changed, 38 insertions, 13 deletions
@@ -575,21 +575,46 @@ Find files that occupy fewer disk blocks than expected. .TP \fB\-type\fR [\fIbcdlpfswD\fR] Find files of the given type. -Possible types are +The possible types are +.PP +.RS +\(bu .IR b lock -device, +device +.br +\(bu .IR c haracter -device, -.IR d irectory, -symbolic -.IR l ink, -.IR p ipe, -regular -.IR f ile, -.IR s ocket, -.IR w hiteout, -and -.IR D oor. +device +.br +\(bu +.IR d irectory +.br +\(bu +.IR l ink +(symbolic) +.br +\(bu +.IR p ipe +.br +\(bu +.IR f ile +(regular) +.br +\(bu +.IR s ocket +.br +\(bu +.IR w hiteout +.br +\(bu +.IR D oor +.PP +Multiple types can be given at once, separated by commas. +For example, +.B \-type +.I d,f +matches both directories and regular files. +.RE .TP \fB\-used\fR [\fI\-+\fR]\fIN\fR Find files last accessed |