Deleting all image files with "small" keyword

Leonard Adjei kinkelson at gmail.com
Sat Apr 10 22:10:05 UTC 2010


What I'm worried about is it deleting filenames (music) which has the
word "small" in them. Or that is unlikely??

-----------
$ find AUDIO/  -name \*Small\* exec rm -i {} \;
find: paths must precede expression: exec
Usage: find [-H] [-L] [-P] [-Olevel] [-D
help|tree|search|stat|rates|opt|exec] [path...] [expression]


This is what I got after execution, there's an error somewhere


More information about the users mailing list