[Cocci] OSX?

ron minnich rminnich at gmail.com
Mon Feb 27 22:22:22 CET 2012


find -name ".#*1.*" | xargs rm -f

That's invalid fine syntax on classic commands. There's no directory
named there.

Although the OSX response is pretty ridiculous:

find -name ".#*1.*" | xargs rm -f
find: illegal option -- n
find: illegal option -- a
find: illegal option -- m
find: illegal option -- e
find: .#*1.*: No such file or directory

It kills the distclean.

ron


More information about the Cocci mailing list