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.
