Since a week I’ve set up 2 cronjobs. One is executed every minute, the other once per night. After checking in via FTP I noticed many files were created. These files are named after the cronjob-files. Atm I’ve cleaned up 6.000 unwanted files but I’m curious what’s wrong?
I’m executing the files via wget and they are stored in the root-folder (at the same level where the public_html dir is located).
Sounds like
wgetis saving its output as it does by default. You can specify/dev/nullas the output file, and it will not save anything.