Manual improvement suggestion
techlord8--- via Bug reports for the GNU find utilities <[email protected]> Thu, 19 Mar 2026 23:05:48 +0000
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <trinity-35966cfa-ee4c-402e-acd0-b8eec7b9c165-1773961547919@trinity-msg-rest-webde-webde-live-6867c796b7-rz2vm> |
I suggest changing this: > -empty File is empty and is either a regular file or a directory. to this: > -empty File is empty and is either a regular zero-byte file or a directory with no items inside it. Rationale: Even an empty directory reserves some space on disk, usually one block or cluster.