From 57c929da8bbc297249dadc560e8e3a569b0d685d Mon Sep 17 00:00:00 2001 From: Jérémy Compostella Date: Fri, 9 Mar 2012 19:21:42 +0100 Subject: 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. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 87ef7bd94..f783afb15 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3-54-g00ecf