Search Results

Search: Posts Made By: bobdung
8,675
Posted By bobdung
Think i worked it out - for my purposes anyways.....
Think i worked it out - for my purposes anyways..

for DIR in `find /MyDir/MyPath -type d`
do
find $DIR -type f -mtime -99 |tail -1 |xargs tar uf /tmp/TMPtar.tar
done
8,675
Posted By bobdung
Find most recent files in dirs and tar them up?
Hey all.. This should be simple but stoopid here can't get head around it! I have many directories, say 100 each with many files inside. I need a script to traverse through the dirs, find most...
Showing results 1 to 2 of 2

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