Search Results

Search: Posts Made By: shekar7
3,892
Posted By shekar7
Can You Provide Me Example if you have?
Can You Provide Me Example if you have?
3,892
Posted By shekar7
gunzip file.Tar.gz tar -xvf file.Tar ...
gunzip file.Tar.gz
tar -xvf file.Tar -C tmp
find tmp -name "*.txt" -mtime +7 -printf '%f\n' > Indelte;
tar -vf file.Tar --delete -T Indelte;
3,892
Posted By shekar7
Delete Old files from Tar
Hi All,

Requirement:

I Have file.Tar.gz , I Need to Delete files from a tar , older than n days.

Without Extracting tar files to current directory, I need to Find out files using mtime, is...
Showing results 1 to 3 of 3

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