> From: Michael Havens <[email protected]> > Date: Sat, 23 Aug 2014 13:48:22 -0700 > To: PLUG <[email protected]>, > LFS Support List <[email protected]> > Subject: Re: [lfs-support] 6.52 > > I just figured out that the proper string to grep for is 'error'. > Regardless none of the logs I created contain neither error nor fail so I
grep -iE 'error|fail' .... (for example) ? akh -- -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
