Hi friends.....Please help me....
I have written script like below.....
#!/bin/ksh (even #!/bin/awk -f also works and I tried)
awk -f program1 filename > filename2
awk -f program2 filename2 > scriptfile
ksh scriptfile

when I run it manullay it is working fine.....I am happy.
when I put it in crontab it is putting me in sad saying
scriptfile not found...but when I do ls -lrt file is there...what is the problem.
should I include WAIT or SLEEP before executing scriptfile...
I gave pull path even in script and tried...I got the same message in MAIL...
permission is okay...for the same permission ksh works manullay..I
have tried too....help please.
Thanks.
Thanigai.