I have a shell script which contains the following command
sed '1,10d' Car_Loan.txt > tmp
which copies eveything except the first 10 lines of Car_Loan.txt to tmp.
When I run the shell script from a cronjob this command does not work. I know this type of issue has been discussed on the forum before, can anyone verify why this happens
thanks in advance