Jeff King <peff@xxxxxxxx> writes: >> Actually as you are not excluding CVS, RCS, etc., and using ??* as >> the starting point will exclude .git, .hg, etc. at the top, I think >> we can shorten it even further and say >> >> find ??* -name Documentation -prune -o -name \*.h >> >> or something. > > I had originally considered starting with "find *", but I was worried > about shell globbing overflowing command-line limits here. "echo *" on a > built tree is about 12K. OK. What I queued is still your original which is the most conservative among various "fun" alternatives we have seen so far on this thread, so we should be good ;-) Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html