summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-08-19 18:50:47 +0200
committersharkdp <davidpeter@web.de>2018-08-19 18:50:47 +0200
commit2465cd139962c2f3a1d674846b6adc687daa72fa (patch)
tree6749f574409e373f5ff737656ebe27f735f2a141
parent1c7e647f61b1f195934fb0954317eabb85df2d2a (diff)
Update man pagev7.1.0
-rw-r--r--doc/fd.135
1 files changed, 35 insertions, 0 deletions
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 <+-><NUM><UNIT>
+.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