Re: [Evolution] Re: [HC Evolve] Calendar files - where are they?
- From: Brett Randall <usenet-evo ipsware com>
- To: Benjamin Woo <bwoo mti com>
- Cc: Federico Mena Quintero <federico helixcode com>, evolution helixcode com
- Subject: Re: [Evolution] Re: [HC Evolve] Calendar files - where are they?
- Date: 03 Nov 2000 10:17:26 +1100
On Thu, 2 Nov 2000, bwoo mti com wrote:
i did the following:
$ strace evolution-calendar
and it spewed ou a long long output.. what am i looking for?
Try grepping for ics or calendar or some similar word that might be
the calendar file that is being loaded. You might also want to try
using awk or perl on it to search for a regex such as !(/\S+)+!g. ie
pipe the output of strace through | perl -we "while (<>) { print if
!(/\S+)+!g; }".
Brett.
--
"Reach out and grep someone."
- Bell Labs Unix
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]