diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-13 14:16:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-13 14:16:19 +0000 |
commit | 757e44d875c4de467c8ae353077c7f43705c064e (patch) | |
tree | 80fdf2738e7474fe08d5a2e5f497e1c3c74f5250 | |
parent | 898e531c01666cd9d1376323ad77060c9ccdc4c9 (diff) | |
download | coreutils-757e44d875c4de467c8ae353077c7f43705c064e.tar.xz |
Document dircolors change of 2005-09-05.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -203,6 +203,10 @@ GNU coreutils NEWS -*- outline -*- 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. + dircolors now supports SETUID, SETGID, STICKY_OTHER_WRITABLE, + OTHER_WRITABLE, and STICKY, with ls providing default colors for these + categories if not specified by dircolors. + du accepts new options: --time[=TYPE] and --time-style=STYLE join now supports a NUL field separator, e.g., "join -t '\0'". |