|
From: Ricardo S. <st...@ri...> - 2004-04-16 16:07:36
|
Max wrote: > > Hi > I use the -LL option to unzip the files. > > The -LL option forces conversion of every filename to lowercase, regardless of the originating file system. > > $unzip -o -LL DAILYDAT.ZIP > Thanks for the tip... Looking at the options for unzip, it only offered one -L as an argument, and that was not working. Indeed -LL works as expected... Julio, another patch ?) |