Next: , Previous: Ownership Directives, Up: Format Directives



3.2.2.3 Size Directives
%k
Amount of disk space occupied by the file, measured in 1K blocks (rounded up). This can be less than the length of the file if it is a sparse file (that is, it has “holes”).
%b
File's size in 512-byte blocks (rounded up). This also can be less than the length of the file, if the file is sparse.
%s
File's size in bytes.