K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-06-30T13:40:35.000000Z K 7 svn:log V 463 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 END