dirname: support more than one argument
authorJérémy Compostella <jeremy.compostella@gmail.com>
Fri, 9 Mar 2012 18:21:42 +0000 (19:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 10 Mar 2012 19:53:06 +0000 (19:53 +0000)
commit57c929da8bbc297249dadc560e8e3a569b0d685d
treef68334475ff3975f3ea179ea92935ef3b00de5ab
parent7480e2db2935663b9c0c4d66418ce2801005792d
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
doc/coreutils.texi
src/dirname.c
tests/misc/dirname