Add a new -h option that causes stat to print a list of holes for each
file argument.
Sponsored by: Klara, Inc.
Differential D52481
stat: Add option to list holes des on Wed, Sep 10, 11:33 PM. Authored by Tags None Referenced Files
Details
Add a new -h option that causes stat to print a list of holes for each Sponsored by: Klara, Inc.
Diff Detail
Event TimelineComment Actions This is a cool feature. Maybe it should be mentioned in lseek.2? That's a bit out-of-place, but it'd make this flag more discoverable.
Comment Actions Try to recover gracefully in case of truncation. As a side effect, this removes the need for special-casing empty files. |