[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: filename case



Le dimanche 11 mars 2007 14:43, L.V.Gandhi a écrit :
> When I copy files to vfat drives , filenames case is changed to lower case.
> Is there any way to keep them as they are ie FileName as FileName instead
> of filename or FILENAME as FILENAME instead of filename ?

I think this works:

tar -C /path/to/source -cf - . | ( cd /path/to/dest; tar -xf -; )

-- 
Cédric Lucantis



Reply to: