>Right now simple things like command-line completion and
>
> find . -name '*.[chS]' | xargs grep xxxx
>
>do not work, because they either don't find files or they find the wrong
>ones (the internal bitkeeper files etc).
>
I always check out my trees with "bk -r co -q" precisely because of
command-line completion. Anything that saves my poor hands from further
pain is a good thing... :) And similar to your example, I switched from
my preferred method of search, grep -r, to /usr/bin/find, just so I
would (and had to) add "grep -v SCCS" in the middle of the xargs pipe.
Jeff
-
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/