> open(FIND, "find . -name \*.[ch] |") || die "couldn't run find on *.[ch]\n";
> while ($f = <FIND>) {
> chop $f;
next if m|SCCS/s\.|;
next if m|BitKeeper/|;
----- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Next message: Petr Vandrovec: "Re: [CFT] Athlon testers needed."
- Previous message: nick@snowman.net: "Re: spinlocks, the GPL, and binary-only modules"