On 02/22/2011 02:09 PM, Florin Popovici wrote:
> `grep eth0 /proc/interrupts|cut -d \: -f 1 | awk '{print $1}'
awk 'BEGIN { FS = ":" } ; /eth0/ {print $1}' < /proc/interrupts
_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug
