diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-21 18:46:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-21 18:46:31 +0000 |
commit | 7073bed55e49f2c6c1b75f20bddd6ee4817a99eb (patch) | |
tree | f343c1e27493238500af3d4d2616013e4ae28f4b | |
parent | f4b7232607e03a88a655c5b0d9699488f0966b72 (diff) | |
download | coreutils-7073bed55e49f2c6c1b75f20bddd6ee4817a99eb.tar.xz |
* NEWS: du accepts a new option --from0-file=FILE, where FILE
contains a list of NUL-separated file names.
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ GNU coreutils NEWS -*- outline -*- ** New features + du accepts a new option --from0-file=FILE, where FILE contains a list of + NUL-separated file names. This is useful for running du --summarize (-s) + when the list of file names is so long that it may exceed a command line + length limitation. In such cases, using xargs is undesirable because + it splits the list into pieces and makes du give a total for each sublist + rather than for the entire list. + `date -d' and `touch -d' now accept integer counts of seconds since 1970 when prefixed by `@'. For example, `@321' represents 1970-01-01 00:05:21 UTC. |