I have the commands:
curl https://meusite.com/acesso/cron/cotacoes
wget https://meusite.com/acesso/cron/CPTEC
It runs these two commands that are responsible for saving some photos on the server, the problem is that in addition to saving the photos (they save the photos in the correct folder) they are creating files in the '/' with the end of URL.NUMBER , such as:
cotacoes.01
CPTEC.01
The problem is that I do not know what they are creating because I did not put any command to create it. If this is the case, it might be easier to save, but in the / stations / folder
How can I fix this? He needed it to stop generating those files, or at least indicate a folder to save it to stay organized.