[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Is awk the right tool for this?
- Subject: [ale] Is awk the right tool for this?
- From: esoteric at 3times25.net (Geoffrey)
- Date: Tue, 07 May 2002 08:42:33 -0400
Geoffrey wrote:
> If SRC=???? does not contain any white space, what about:
>
> grep dropped | while read data; do
the above should obviously be:
grep droppped /var/log/kernel/info | while read data; do
Otherwise you'd be waiting a long time...
--
Until later: Geoffrey esoteric at 3times25.net
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.