diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-10 21:10:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-10 21:10:21 +0000 |
commit | 2f3366105172c80a2796771b692fce5d5ab5976a (patch) | |
tree | dda210280e418fa6572804357d859500cd734921 /NEWS | |
parent | df4dc0666da1a501e2ad0e871dbece93b3693e6f (diff) | |
download | coreutils-2f3366105172c80a2796771b692fce5d5ab5976a.tar.xz |
Mention sort's new options.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ GNU coreutils NEWS -*- outline -*- updating its access time, on hosts that support this (currently only Linux kernels, version 2.6.8 and later). + sort now accepts the --random-sort (-R) option and `R' ordering option, + as well as the --seed=STRING option. + ** Bug fixes rm (on systems with openat) can no longer exit before processing |