From 2465cd139962c2f3a1d674846b6adc687daa72fa Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 19 Aug 2018 18:50:47 +0200 Subject: [PATCH] Update man page --- doc/fd.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/fd.1 b/doc/fd.1 index 3099a91..d2d02fb 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -124,6 +124,41 @@ Always colorize output. .BI "\-j, \-\-threads " num Number of threads to use for searching (default: number of available CPUs). .TP +.BI "\-S, \-\-size " size +Limit results based on the size of files using the format +.I <+-> +.RS +.IP '+' +file size must be greater than or equal to this +.IP '-' +file size must be less than or equal to this +.IP 'NUM' +The numeric size (e.g. 500) +.IP 'UNIT' +The units for NUM. They are not case-sensitive. +Allowed unit values: +.RS +.IP 'b' +bytes +.IP 'k' +kilobytes +.IP 'm' +megabytes +.IP 'g' +gigabytes +.IP 't' +terabytes +.IP 'ki' +kibibytes +.IP 'mi' +mebibytes +.IP 'gi' +gibibytes +.IP 'ti' +tebibytes +.RE +.RE +.TP .BI "\-x, \-\-exec " command "\fR [args...] ;" Execute .I command