cron job is not writting the output to output log file correctly
问题 I have a cron job(a python program) which starts at 9:30 AM(EDT) every week day and runs till 4:15 PM(EDT). The program automatically terminates after 4:15 PM. The way i set my cron job is like this. 30 09 * * 1-5 cd /home/IBpy && python RealTimedata.py >> /home/logs/realtimedata.op 2>> /home/logs/realtimedata.er Now,the problem is with the output logs. Every minute my program is supposed to write like 30-40 lines to output file(realtimedata.op). I am using WIN-SCP to check out my output logs