diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-14 06:57:35 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-14 06:57:35 +0000 |
commit | a487dcee7026a1f38a21ee93cf35fdb50f75b24b (patch) | |
tree | f0e23fe127080d6efe14935e8d92f21699ca7cd5 /NEWS | |
parent | 5b0ca7f5c1d1aaa74c6b2f6ad0c6b12251eb5ce2 (diff) | |
download | coreutils-a487dcee7026a1f38a21ee93cf35fdb50f75b24b.tar.xz |
du and pr also have +:z etc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,8 +184,8 @@ GNU coreutils NEWS -*- outline -*- date accepts the new option --rfc-3339=TIMESPEC. The old --iso-8602 (-I) option is deprecated; it still works, but new applications should avoid it. - date and ls's time formats now support new %:z, %::z, %:::z specifiers - for numeric time zone offsets like -07:00, -07:00:00, and -07. + date, du, ls, and pr's time formats now support new %:z, %::z, %:::z + specifiers for numeric time zone offsets like -07:00, -07:00:00, and -07. dd has new iflag= and oflag= flags "binary" and "text", which have an effect only on nonstandard platforms that distinguish text from binary I/O. |