[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash doubt





On Thu, May 15, 2008 at 2:58 AM, L. V. Gandhi <lvgandhi@gmail.com> wrote:

Now I changed this to
rm -f ~/lstock
i=0
for trv in $(cat temp)
do
       while [ $i -ne 20 ]
       do
               i=$[i+1]
               grep $trv stock/nsedata/2008/05/20080512.txt >> lstock
       done
done
I get lstock only 0 byte file.
Hi,
which is the "temp" file content ?

why are you using $i loop? , trv doesn't change inside it ...




Reply to: