On Thu, Jun 23, 2005 at 08:45:05PM +0000, Eric Blake wrote: > This puts the invocation of rm without arguments in the > implementation's realm, where currently, coreutils is not consistent > on what it returns: > > $ rm > rm: missing operand > Try `rm --help' for more information. > $ echo $? # used improperly > 1 > $ rm -f > $ echo $? # all (zero) calls to unlink succeeded > 0
Personally I think this is exactly the right way to do it (both cases). James. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils