bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Garbled print order


From: Bill Rugolsky Jr.
Subject: Re: Garbled print order
Date: Tue, 13 Dec 2005 16:28:48 -0500
User-agent: Mutt/1.4.1i

Another way to do this on Windows is:

ipconfig | awk -v 'RS=\r*\n' '$1 == "IP" {print $NF"suffix" }'

Regards,

        Bill




reply via email to

[Prev in Thread] Current Thread [Next in Thread]