Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Alternatives to sed + awk
- Date: Fri, 04 Mar 2011 09:57:26 +0900
- From: David Blomberg <dblomber@example.com>
- Subject: Re: [tlug] Alternatives to sed + awk
- References: <AANLkTim_-D9CFYC8TNp33ni85zB+QBA7jV=BpLN=4SbZ@example.com> <AANLkTimhSGxdPk45AMZHqX8eo2PS75K-qkuV+xMS7bdH@example.com> <AANLkTikoMoBNfCQ=jWAVpt2FE+8XShvubF2DwzjrF9g1@example.com> <AANLkTimOSnFAyRZpMzFj7tzOR6vXz2awax_1LQc-m_09@example.com>
- User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.14) Gecko/20110221 Lightning/1.0b2 Thunderbird/3.1.8
On 3/4/11 1:09 AM, Josh Glover wrote:On 3 March 2011 16:58, Josh Glover<jmglov@example.com> wrote:root@example.com:~$ while true; do wc -l /tmp/lauch_code_ripper.log | cut -d' ' -f 1 | perl -ne 'chomp; printf "%.02f%% ", "$_.0" / 596058.0'; sleep 15; done 0.01% 0.01% 0.01% 0.02% 0.02% 0.02% 0.02% 0.02% 0.02% 0.02% ...A free beer* goes to the first person to find the bug. Cheers, Josh * Redeemable at the pub of your choice in StockholmYou mean besides that your cut is going to return and empty string... -- Thank You David Blomberg
- Follow-Ups:
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- References:
- [tlug] Alternatives to sed + awk
- From: Nguyen Vu Hung
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Alternatives to sed + awk
- Next by Date: Re: [tlug] Alternatives to sed + awk
- Previous by thread: Re: [tlug] Alternatives to sed + awk
- Next by thread: Re: [tlug] Alternatives to sed + awk
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links