(stat invocation): Describe %B.
authorJim Meyering <jim@meyering.net>
Fri, 21 Feb 2003 12:24:12 +0000 (12:24 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Feb 2003 12:24:12 +0000 (12:24 +0000)
doc/coreutils.texi

index aed295c795a95d3b72caa0debb5ea64f0d0947f8..2e99d0c56086c901f2c29f39d68ec3ff5e667eb2 100644 (file)
@@ -8279,25 +8279,26 @@ Allow user to specify the output format.
 
 Interpreted sequences for file stat are:
 @itemize @bullet
-@item %n - File name
-@item %N - Quoted File name with dereference if symbolic link
-@item %d - Device number in decimal
-@item %D - Device number in hex
-@item %i - Inode number
 @item %a - Access rights in octal
 @item %A - Access rights in human readable form
+@item %b - Number of blocks allocated (see @samp{%B})
+@item %B - The size in bytes of each block reported by @samp{%b}
+@item %d - Device number in decimal
+@item %D - Device number in hex
 @item %f - raw mode in hex
 @item %F - File type
-@item %h - Number of hard links
-@item %u - User Id of owner
-@item %U - User name of owner
 @item %g - Group Id of owner
 @item %G - Group name of owner
+@item %h - Number of hard links
+@item %i - Inode number
+@item %n - File name
+@item %N - Quoted File name with dereference if symbolic link
+@item %o - IO block size
+@item %s - Total size, in bytes
 @item %t - Major device type in hex
 @item %T - Minor device type in hex
-@item %s - Total size, in bytes
-@item %b - Number of blocks allocated
-@item %o - IO block size
+@item %u - User Id of owner
+@item %U - User name of owner
 @item %x - Time of last access
 @item %X - Time of last access as seconds since Epoch
 @item %y - Time of last modification