Thomas Hartman <[email protected]> writes:
> Thomas Hartman <[email protected]> added the comment:
>
> What and where are the CLONE_FS (...) flags ?
>
> ...darcs.net $ find -type d -name _darcs -prune -o -name *.hs -print |
> xargs -i grep CLONE {} # (no output)
FYI, with GNU grep this is
grep -r --exclude-dir _darcs --include '*.hs' CLONE .
You probably want --include '*.lhs', too.
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users