Re: basename whitespace bug

2007-08-14 Thread Alfred M. Szmidt
when executed with file name containing spaces, basename returns only first part of file name (until space). Try quoting the string. [EMAIL PROTECTED]:~$ basename "/home/ams/frob ni.cate" frob ni.cate Space is treated as a seperator of arguments on GNU and Unixoid systems. __

Re: basename whitespace bug

2007-08-14 Thread Philip Rowlands
On Tue, 14 Aug 2007, Rihards Kazainis wrote: when executed with file name containing spaces, basename returns only first part of file name (until space). I can't reproduce this: $ basename --version basename (GNU coreutils) 5.93 $ basename '/tmp/filename with spaces' filename with spaces Cou

basename whitespace bug

2007-08-14 Thread Rihards Kazainis
Hi when executed with file name containing spaces, basename returns only first part of file name (until space). Rihards ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils