summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-04 16:22:29 +0000
committerJim Meyering <jim@meyering.net>2004-04-04 16:22:29 +0000
commit4cd3d96335d19110f6776c0c2269028f31bd2353 (patch)
tree5c878a6113db65b9bba6f7eab4f4994a87b98190 /NEWS
parentc0c9569dc42512150d91358f4a794ab187326cc8 (diff)
downloadcoreutils-4cd3d96335d19110f6776c0c2269028f31bd2353.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0debd8995..5086ef5e3 100644
--- a/NEWS
+++ b/NEWS
@@ -9,12 +9,16 @@ GNU coreutils NEWS -*- outline -*-
** New features
- 'df', 'du', and 'ls' now take the default block size from the
- BLOCKSIZE environment variable if the BLOCK_SIZE, DF_BLOCK_SIZE,
- DU_BLOCK_SIZE, and LS_BLOCK_SIZE environment variables are not set.
- Unlike the other variables, though, BLOCKSIZE does not affect
- values like 'ls -l' sizes that are normally displayed as bytes.
- This new behavior is for compatibility with BSD.
+ With stat, a specified format is no longer automatically newline terminated.
+ If you want a newline at the end of your output, append `\n' to the format
+ string.
+
+ 'df', 'du', and 'ls' now take the default block size from the
+ BLOCKSIZE environment variable if the BLOCK_SIZE, DF_BLOCK_SIZE,
+ DU_BLOCK_SIZE, and LS_BLOCK_SIZE environment variables are not set.
+ Unlike the other variables, though, BLOCKSIZE does not affect
+ values like 'ls -l' sizes that are normally displayed as bytes.
+ This new behavior is for compatibility with BSD.
du accepts a new option --files0-from=FILE, where FILE contains a
list of NUL-terminated file names.