summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-21 12:24:12 +0000
committerJim Meyering <jim@meyering.net>2003-02-21 12:24:12 +0000
commit27fad7ecec8844f737c6b9d5120c6e8c9cbe5130 (patch)
treedc93f836c4e8a6981bb1ddaf0c728fda730fc63f /doc
parentfc5797807e17213d26564b7fdbdd8c69f1d9abd9 (diff)
downloadcoreutils-27fad7ecec8844f737c6b9d5120c6e8c9cbe5130.tar.xz
(stat invocation): Describe %B.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index aed295c79..2e99d0c56 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