summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-30 16:31:50 -0600
committerEric Blake <eblake@redhat.com>2010-10-01 10:43:25 -0600
commitabe5c1f9bc09753fd79e7a121c8ecfa917dfaddb (patch)
treec12acdcacbb247f0a12c518c1c5529ac6b989f19 /NEWS
parent1129cb58bae34419e1b8bebbe1bb0a7ec9a9cca7 (diff)
downloadcoreutils-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--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 11a8b74fd..0c7cc38d1 100644
--- a/NEWS
+++ b/NEWS
@@ -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