Search Results

Search: Posts Made By: DR_DAVE
23,254
Posted By DR_DAVE
Here is one way: tar -cf - INTER* | (cd...
Here is one way:

tar -cf - INTER* | (cd /home/pavi/folder ; tar -xvf -)
2,955
Posted By DR_DAVE
Would this work for you: grep...
Would this work for you:

grep "${reffilepattern}.*${todayyymmdd}" $reflog

I tried on a test file with your data, seemed to work, let us know...
8,498
Posted By DR_DAVE
Yes, you can: tar cf - * | zip_program >...
Yes, you can:

tar cf - * | zip_program > tarballname.tar.gz

This is generic, so fill in where appropriate. Some compression programs need a flag to go to standard out so double check.
Showing results 1 to 3 of 3

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