How can I work around the bash shell limitation of 'Argument list too long' when using filename wildcards that match a ton of files in /tmp/?
[my-centos4 tmp] rm -rf /tmp/myLocalFiles*
bash: /bin/rm: Argument list too long
|
feedback
|
|
This is a little simpler than jáquer suggested:
| |||||||
feedback
|
|
For those who can't use -delete to find command, this also works:
| |||
|
feedback
|