On Sat, Feb 24, 2007 at 07:11:46AM -0600, Penguin Lover Dale squawked:
> Benno Schulenberg wrote:
> > Open a copy of your emerge.log in vim and do:
> >
> >   :%s/\*\*\*// 
> >
> Hmmmm, I don't have vim installed. 

use sed, the syntax is practically the same. 

sed -e "s/\*\*\*//" /var/log/emerge.log > /tmp/sedemerge.log

and then open /tmp/sedemerge.log using Kwrite. 

Best, 

W
-- 
Occam's Eraser: The philosophical principle that even the simplest
  solution is bound to have something wrong with it.
Sortir en Pantoufles: up 78 days, 14:05
-- 
gentoo-user@gentoo.org mailing list

Reply via email to