Jari Vuoksenranta <[EMAIL PROTECTED]> wrote:
> bug:
> "
> $ f="/mnt/w/w/Apache\ Group/Apache2/logs/error.log" # <- "apache\{space}/"
> $ basename $f
> Apache\
> "
> alsoThanks for the report, but that's not a bug. In the above example, you should double-quote the argument to basename: $ basename "$f" _______________________________________________ Bug-sh-utils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-sh-utils
