Search Results

Search: Posts Made By: pmkenya
10,096
Posted By pmkenya
Unzipping files with the same names but in very many different folders..Aim to unzip them and rename
I dont mind renaming them to the creation date. They are text files.

I tried option above Lohith..
for I in `cat FILE_LIST`
do
cp ${I} ${I//\//__}
gunzip ${I//\//__}
done
but cp ${I}...
10,096
Posted By pmkenya
Script to unzip files and Rename the Output-files
Hi all,
I have a many folders with zipped files in them. The zipped files are txt files from different folders. The txt files have the same names. If i try to
find . -type f -name "*.zip" -exec cp...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy