NAME
stat – print information about a file |
SYNOPSIS
stat [ –f format ] [ –9DL ] file [ file... ] |
DESCRIPTION
Stat prints various bits of information about file based on a
given format, described below. The default format is %t%n, yielding
the modification time and a newline.
|
VERBS
Basic values %a Last access time; Dir–>atime. %d Device; Dir–>dev. %g Group; Dir–>gid. %l Size (length) in bytes; Dir–>length. %m Mode; access permissions and file attributes; Dir–>mode. %M User who last modified the file; Dir–>muid. %n A newline. %N Name of the file; Dir–>name. %o Owner of the file; Dir–>uid. %p Qid path; Dir–>qid.path. %q Qid type, the file attributes in the top two bytes of Dir–>mode; Dir–>qid.type. %t Last modification time; Dir–>mtime. %T Character representing the file server type; Dir–>type.
|
BUGS
It's frustrating that the literals aren't the same as datefmt(1).
|