On Wed, 2006-04-26 at 17:46 +0100, Paul Howarth wrote: > > I actually have created a "kilevo" command that cleans up all of the > > evolution tasks so that it will restart fresh. > > Is that an alias for "evolution --force-shutdown" or does it do more > than that? > > Paul. > It is actually a little more brutish than that. alias killevo='kill `ps -elf | grep evolution | grep -v grep | tr -s " " | cut -d" " -f4`'