I have two python scripts:
#1. getUrl.py
I put this command in crontab and wondered how I can write this long command on two or three lines. Something like the python line separator example below, but for the Crontab command, so this is more readable:
>>> print \ ... 'hel\ ... llo' helllo
source share