Hi,
I need to call a script from cron which needs an argument which is also a script. The argument script needs another text file as an argument. How could I put in cron. I tried like this, but it doesn't work.
00 08 * * * Script1.sh ( Script2.sh One.lst ) 2>&1
Any help??
Thanks,
njoydb
I need to call a script from cron which needs an argument which is also a script. The argument script needs another text file as an argument. How could I put in cron. I tried like this, but it doesn't work.
00 08 * * * Script1.sh ( Script2.sh One.lst ) 2>&1
Any help??
Thanks,
njoydb