diff options
| author | Christos Zoulas <christos@zoulas.com> | 2022-10-23 14:22:53 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2022-10-27 07:10:11 +0000 |
| commit | ac428f59cd18fbede058cc2aea4feb8679829222 (patch) | |
| tree | 93d4f541332814c7f40e6e3da9655722d8c164b0 /doc | |
| parent | ac33800609941e32486585331e2d4af9ecdd554b (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/file.man | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/file.man b/doc/file.man index 0fbe2bad9b89..99111732935a 100644 --- a/doc/file.man +++ b/doc/file.man @@ -1,5 +1,5 @@ -.\" $File: file.man,v 1.144 2021/02/05 22:08:31 christos Exp $ -.Dd February 5, 2021 +.\" $File: file.man,v 1.145 2022/10/23 14:22:53 christos Exp $ +.Dd October 23, 2022 .Dt FILE __CSECTION__ .Os .Sh NAME @@ -8,7 +8,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl bcdEhiklLNnprsSvzZ0 +.Op Fl bcdEhIiklLNnprsSvzZ0 .Op Fl Fl apple .Op Fl Fl exclude-quiet .Op Fl Fl extension @@ -277,6 +277,9 @@ This option causes symlinks not to be followed This is the default if the environment variable .Dv POSIXLY_CORRECT is not defined. +.It Fl I , Fl Fl immediate +When processing filenames from stdin, don't collect their names first in order +to compute their maximum namelength first, process them immediately. .It Fl i , Fl Fl mime Causes the .Nm |
