[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4EC6E67D.4040507@zytor.com>
Date: Fri, 18 Nov 2011 15:13:01 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Matt Helsley <matthltc@...ibm.com>
CC: "H. Peter Anvin" <hpa@...ux.intel.com>,
linux-kernel@...r.kernel.org, kbuild@...r.kernel.org,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
"H.J. Lu" <hjl.tools@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Michal Marek <mmarek@...e.cz>, Sam Ravnborg <sam@...nborg.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH 6/8] x86: Machine-readable syscall tables and scripts
to process them
On 11/18/2011 02:15 PM, Matt Helsley wrote:
> grep "^[0-9]$my_abis" "$in" | sort -n | (
You mean:
grep -E "^[0-9xX]+[[:space:]]+$my_abis" ...
... I presume?
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists