On Mon, Feb 27, 2012 at 22:22, ron minnich <[email protected]> wrote: > find -name ".#*1.*" | xargs rm -f > > That's invalid fine syntax on classic commands. There's no directory > named there.
It is a bsd find: find . -name ..., would be my guess at what you need to do. Mind .. not the gap but the dot :) In general all the tools are BSD-tools so there are options and commands which won't work and vice versa. Been there, done that. Has cocci ever been built on OSX? Ocaml tend to be pretty portable in my experience. -- J. _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
