OK, here is a simple one for most of you. I would like to use a command that can sort just certain files from a directory and then elminate those files meeting certain criteria.
I have used the command "find /directory/filepattern -mtime +days -print -exec rm -f {} \;"
However, when I try this one the message I get is "/usr/bin/find: arg list too long". The number of files meeting the pattern given is very (I mean very) long.
What other command may I use that will not care about the number of files found?
Thanks,
ADAM
Contrary to popular belief, Unix is user friendly. It's just very particular about who it makes friends with