Search Results

Search: Posts Made By: rahu_sg
10,166
Posted By rahu_sg
The problem with this approach is, It will also select file names with alphabets
Hi Tyler,

Thanks for your reply.

The problem with this approach
(find . -name "[0-9]*.xls" | xargs tar cvf pattern1.tar; gzip pattern1.tar)

is, It will also select those file names which...
10,166
Posted By rahu_sg
To write a shell script which groups files with certain pattern, create a tar and zip
Hi Guru's,

I have to write a shell script which groups file names based upon the certain matching string pattern, then creates the Tar file for that particular group of files and then zips the Tar...
Showing results 1 to 2 of 2

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