make it ignore BK and/or SCCS files.
> 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/
This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:33 EST