pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Where does Pan keep its cache files... retrieved headers


From: David Shochat
Subject: Re: [Pan-users] Where does Pan keep its cache files... retrieved headers, articles, etc.?
Date: Fri, 19 Jan 2007 19:35:54 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Charlie Wilkes wrote:
I am new to Linux (Ubuntu) and one of the most perplexing challenges for me is
finding stuff on my hdd.  I can't find the file(s) in which Pan caches headers
and articles for off-line viewing. Any help will be much appreciated.
How about ~/.pan2/article-cache?
 I hate
to ask, but if I need to track this down on the command line, I will probably
need the complete string, as Linux command syntax is another challenge at this
point.  Ideally I'd like to be able to find the cache files in the graphical
file manager.
I assume your graphical file manager is Nautilus since Ubuntu uses GNOME by default. Since .pan2 begins with a period, it is normally hidden (Unix convention). So in Nautilus, just do View->Show Hidden Files and things like .pan2 will become visible. Or ls -a at the command line.

From the command line (cd'd to your home directory), you could have found it with this command:

  find . -name '*cache*' -print

-- David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]