On 4/27/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote:
> Randy McMurchy wrote:
> > echo $((`grep 'tests passed' check.log | \
> > awk '{print $2}' | \
> > sed "s/.*/+&/"`))
>
> awk '/tests passed/{total+=$2} ; END{print total}' check.logTrumped! -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
