Re: [Evolution] Re: [HC Evolve] Calendar files - where are they?



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]