Re: [PATCH 6/8] x86: Machine-readable syscall tables and scriptsto process them
From: H. Peter Anvin
Date: Fri Nov 18 2011 - 18:13:55 EST
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/