Stuart Guthrie wrote:
> 
> Bug or feature:
> I'm wondering why the standard basename and dirname commands in gnu do
> not handle spaces in file names and paths. I guess there is a good
> reason why we need to code around it - ie it would break lots of other
> stuff to fix it.

You must be new

easiest is somecommand "file name with spaces" -someoption

Far easier than having to decided which of the following is correct

        mv thisfile there
        mv thisfile  there
        mv thisfile   there
        mv  thisfile there
        mv  thisfile  there
        ......
-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures <Bicycles, Computers, GIS, Printing,
Publishing>

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to