I have a very basic python script to run through crontab for every minutes.
The Script
filed = open('test.txt','a')
Crontab
* * * * * /to path the file/job.py
It should work, but i have not been able to see the results. So, what could be the problem ?
$PATHis different. You need to give us some more clues to work out the actual problem