grazinggoat
Programmer
I have tried cut, sort and am unable to
figure a way to parse my crontab so that I get the arguments field..
1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1
I'd like strip the min,hour,day of month,day of week,
to be able to only view..
[ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1
Any thoughts?
Thanks
figure a way to parse my crontab so that I get the arguments field..
1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1
I'd like strip the min,hour,day of month,day of week,
to be able to only view..
[ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1
Any thoughts?
Thanks