From: Jim Meyering Date: Fri, 21 Feb 2003 12:24:12 +0000 (+0000) Subject: (stat invocation): Describe %B. X-Git-Tag: v4.5.8~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27fad7ecec8844f737c6b9d5120c6e8c9cbe5130;p=thirdparty%2Fcoreutils.git (stat invocation): Describe %B. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index aed295c795..2e99d0c560 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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