Why does the following command work at the console command line:
S" 100" S>NUM VALUE first_var
but not in nncron.tab:
#( test
NoActive
Action:
S" 100" S>NUM VALUE first_var
)#
where the following error is produced:
test: Crontab syntax ERROR!!!
Jordan