diff options
author | Jérémy Compostella <jeremy.compostella@gmail.com> | 2012-03-09 19:21:42 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-10 19:53:06 +0000 |
commit | 57c929da8bbc297249dadc560e8e3a569b0d685d (patch) | |
tree | f68334475ff3975f3ea179ea92935ef3b00de5ab /NEWS | |
parent | 7480e2db2935663b9c0c4d66418ce2801005792d (diff) | |
download | coreutils-57c929da8bbc297249dadc560e8e3a569b0d685d.tar.xz |
dirname: support more than one argument
* src/dirname.c (main): Handle new -z option and manage more than one
argument.
* doc/coreutils.texi (dirname invocation): Mention it.
* NEWS (New features): Mention it.
* tests/misc/dirname: Add a two arguments test.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ GNU coreutils NEWS -*- outline -*- of more than one argument at a time. Also the complementary -z option was added to delimit output items with the NUL character. + dirname now supports more than one argument. Also the complementary + -z option was added to delimit output items with the NUL character. + ** Bug fixes du --one-file-system (-x) would ignore any non-directory specified on |