summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-08-12 14:16:14 +0100
committerPádraig Brady <P@draigBrady.com>2022-08-13 13:48:24 +0100
commita88b666bea3916b978373f89b5f11f3d5b7157a6 (patch)
treefb1433c0aa09530eb14ab9e884db5589be678b68 /NEWS
parent35fbc51d3ff0946b677732a1dbd0b715267b1855 (diff)
downloadcoreutils-a88b666bea3916b978373f89b5f11f3d5b7157a6.tar.gz
ls: support explicit --time=modification selection
* src/ls.c [time_args]: Add support for explicit 'mtime' or 'modification' arguments to --time. * tests/misc/ls-time.sh: Add explicit --time=mtime usage. * doc/coreutils.texi (ls invocation): Describe --time=mtime. * NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3113d4236..eea683396 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,9 @@ GNU coreutils NEWS -*- outline -*-
factor now accepts the --exponents (-h) option to print factors
in the form p^e, rather than repeating the prime p, e times.
+ ls now supports the --time=modification option, to explicitly
+ select the default mtime timestamp for display and sorting.
+
** Improvements
date --debug now diagnoses if multiple --date or --set options are