Hi all, I have a job in a crontab on a Solaris 5.8 box:
#45 20 * * 1-5 [ -x /usr/local/bin/fullback.up ] && /usr/local/bin/fullback.up
What does the "-x" option denote? And why is the first part of the job in square brackets and then repeated again?
Cheers
#45 20 * * 1-5 [ -x /usr/local/bin/fullback.up ] && /usr/local/bin/fullback.up
What does the "-x" option denote? And why is the first part of the job in square brackets and then repeated again?
Cheers