On 6/2/11 9:12 PM, Marcel (Felix) Giannelia wrote:
> Hello,
>
> I realize the issue of character range expressions not working as expected
> (because of locale settings) has been done to death, but I thought I should
> point this out.
>
> The bash man page says:
>
> "A pair of characters separat
I am using windows
I wanna copy a file in folder from one location to another folder in another
drive.
Its working fine but not when file name contain spaces i.e. if the filename
is a b c
What would be script to acheive this functionality
--
View this message in context:
http://old.nabble.co
vin_eets wrote:
> I am using windows
Then you will need to be aware of windows specific conventions.
> I wanna copy a file in folder from one location to another folder in another
> drive.
>
> Its working fine but not when file name contain spaces i.e. if the filename
> is a b c
>
> What would