1752806 Members
6277 Online
108789 Solutions
New Discussion

Re: Dates

 
Marcelo_25
New Member

Dates

Algun script that can make search of archives by ranks of dates
1 REPLY 1
Muthukumar_5
Honored Contributor

Re: Dates

hai,

Are you suggesting the script to the list or need that requirement with scripting.

Are you trying to search a file in the specified rank of dates with in all archieves

It is easy to get the file and it's created/updated/modified time in the archieve using

check loop
get all tar files; send one by one
pax -v < | read line
check for the file within the specified dates
loop end

pax -v gives the ouput as like ls -l or ll command of archieved files informations.

we can do that easily.

Regards,
Muthukumar.
Easy to suggest when don't know about the problem!