Thanks very much. After some experimentation, it seems it is pretty easy ..
[root@vision2000 wwwoffle-2.6d]# wwwoffle-ls outgoing OL5cExynn7TtBZHt9CtZJ-g 349 Feb 22 13:15 http://www.yahoo.com/ OkuAAiJm7MiuHw9aecXwXyw 695 Feb 22 13:16 http://news.bbc.co.uk/low/english/world/africa/default.stm Gives me a hashed filename starting with O. After fetching these URLs, I get this :- [root@vision2000 wwwoffle-2.6d]# for u in http://www.yahoo.com/ http://news.bbc.co.uk/low/english/world/africa/default.stm ; do wwwoffle-ls $u ; done DL5cExynn7TtBZHt9CtZJ-g 16790 Feb 22 14:03 http://www.yahoo.com/ DkuAAiJm7MiuHw9aecXwXyw 13657 Feb 21 12:52 http://news.bbc.co.uk/low/english/world/africa/default.stm The same hashed names but beginning with D. wwwoffle seems to (again) do just what I need .. Cheers, Andy! On Thu, 21 Feb 2002, Fadi Mansour wrote: > Did you try: > > wwwoffle-ls lasttime > > wwwoffle-ls is a command line tool that can list different parts of the cache > try running it without arguments to see them all. > > Fadi > > On Wed, Feb 20, 2002 at 04:10:15PM +0200, Andy Rabagliati wrote: > > Folks, > > > > Ideally, I would like to know from the outgoing/* requests which > > files in the http/* tree are associated with the requests, and just > > tar those up for transport back.
