emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] a small remember suggestion


From: Richard Riley
Subject: Re: [Orgmode] a small remember suggestion
Date: Sun, 22 Mar 2009 18:03:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Carsten Dominik <address@hidden> writes:

>
> Note that, if you use remember frequently, you will create
> a lot of these files.  So maybe we need to think of an expiry
> mechanism?  Like, remove any files older than a few days?

If anyone wants to do this deletion manually, I do this in a script
which backs up mysql databases (linux bash shell) to keep the directory
pruned:

,----
| find ./*.zip2 -mtime +10  -exec rm {} \;
`----

i.e delete all zip2 files older than ten days.




reply via email to

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