I have a pretty simple shell script to delete old logs from a directory, there are about 64 thousand files in the directory. If I execute it by hand from the CLI it works, but invoked thru a crontab ...
I am trying to use xargs on a file containg a long list of other filenames in conjunction with another command. It will run for about a tenth of the file, then I guess it sees something that it does ...