1ARORA-CACHEINFO(1) General Commands Manual ARORA-CACHEINFO(1)
2
3
4
6 arora-cacheinfo - a tool for extracting files and metadata out of Arora
7 cache files.
8
9
11 arora-cacheinfo [-o cachefile] [file | url]
12
13
15 Arora-cacheinfo is a tool for extracting files and displaying metadata
16 out of an Arora cache files that are stored on the disk. Every cache
17 file contains both the cached file (sometimes compressed) and metadata
18 associated with it such as expiration date. Cache files names always
19 include the md5sum of the url and passing a url to arora-cacheinfo.1
20 will automatically determine the correct matching cache file name.
21
22
24 -o cachefile
25 Write the cached file if it exists to cachefile
26
27 file Specify the file to read from.
28
29 url Specify the url from which to compute the file to read from.
30
31
32
33 BUGS Please report bugs to
34 http://code.google.com/p/arora/issues/list.
35
36
38 The author of arora-cacheinfo is Benjamin C. Meyer <ben@meyerhome.net>.
39
40 This manual page was written by Benjamin C. Meyer <ben@meyerhome.net>
41
42 Permission is granted to copy, distribute and/or modify this document
43 under the terms of the GNU General Public License, Version 2 or any
44 later version published by the Free Software Foundation.
45
46 On Debian systems, the complete text of the GNU General Public License
47 can be found in /usr/share/common-licenses/GPL.
48
49
50
51 July 2009 ARORA-CACHEINFO(1)