python - How to automate the execution of .py file -
i have test.py file execute in terminal
python test.py
what have file automatically execute @ 1:00 everyday. how can implement this?
if using linux can have at
execute @ specific time.
you can use watch
but maybe crontab
better in case.
Comments
Post a Comment