I'm trying to add a new entry into crontab, the issue I have is that all other entries are written like so:
0 0 * * * [ -x /home/test/test_reports/nightly ] && /home/test/test_reports/nightly
What is the purpose of [ -x /home/test/test_reports/nightly ]
?
I tried to Google it but with no luck..