On Sunday 2008-06-01 23:08, Patrick McHardy wrote: >> >> I assume people would not be amused if we start requiring perl. >> But you can use it as a workaround... >> perl -ne 'print$&if/\b[A-Z0-9]+\b/' > > What exactly is that grep supposed to do? How about sed > or awk? > It should grep all uppercase-only names from the module name list. grep seems more lightweight, I would not bother with awk. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html