freebsd-skq/usr.bin/basename
jmallett dc7f65410f Make it possible to have this (basename(1)) perform basename(3) on multiple
files.  The traditional behaviour, 'basename string .suffix', is preserved,
however a suffix may now also be specified via a getopt(3) option, -s, such
that if it is specified in that way, all string arguments follow.  There is
also a new flag, -a, which allows a user to say "yes, please basename(3) on
all arguments".  Update manual to reflect this unobtrusively.

Reviewed by:	obrien
2002-06-30 13:40:35 +00:00
..
basename.1 Make it possible to have this (basename(1)) perform basename(3) on multiple 2002-06-30 13:40:35 +00:00
basename.c Make it possible to have this (basename(1)) perform basename(3) on multiple 2002-06-30 13:40:35 +00:00
Makefile