Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 18:01:50 +0300 (IDT)
From:      Roman Shterenzon <roman@harmonic.co.il>
To:        Lee Ann Goldstein <lgoldste@leeann.snedmail.com>
Cc:        stable@FreeBSD.ORG
Subject:   Re: A new file for the base system? 
Message-ID:  <Pine.LNX.4.10.10010031800090.11599-100000@shark.harmonic.co.il>
In-Reply-To: <200010030650.XAA16701@leeann.snedmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 2 Oct 2000, Lee Ann Goldstein wrote:

> find_irq.sh
> -----------
> #!/bin/sh
> 
> dmesg | \
> ./find_irq.awk | \
> sort -n +2 -3
> -----end sh script-----
> 
> find_irq.awk
> ------------
> #!/usr/bin/awk -f

1) Better use /var/run/dmesg.boot since message buffer may get filled with
other stuff.
2) Since perl is a part of a system now, perhaps it'll be prettier to use
perl for that task.

--Roman Shterenzon, UNIX System Administrator and Consultant
[ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ]



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10010031800090.11599-100000>