From abe5c1f9bc09753fd79e7a121c8ecfa917dfaddb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 30 Sep 2010 16:31:50 -0600 Subject: 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. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') 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 -- cgit v1.2.3-54-g00ecf