diff options
author | Eric Blake <eblake@redhat.com> | 2010-09-30 16:31:50 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-10-01 10:43:25 -0600 |
commit | abe5c1f9bc09753fd79e7a121c8ecfa917dfaddb (patch) | |
tree | c12acdcacbb247f0a12c518c1c5529ac6b989f19 /NEWS | |
parent | 1129cb58bae34419e1b8bebbe1bb0a7ec9a9cca7 (diff) | |
download | coreutils-abe5c1f9bc09753fd79e7a121c8ecfa917dfaddb.tar.xz |
stat: support printing birthtime
* src/stat.c (print_stat): New %w and %W formats.
(do_stat): Include %w in default format.
(usage): Document new specifiers.
* doc/coreutils.texi (stat invocation): Likewise.
* NEWS: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,8 +36,9 @@ GNU coreutils NEWS -*- outline -*- sort now supports -d, -f, -i, -R, and -V in any combination. - stat now accepts the %m format directive to output - the mount point for a file. + stat now accepts the %m format directive to output the mount point + for a file. It also accepts the %w and %W format directives for + outputting the birth time of a file, if one is available. ** Changes in behavior |