Hii all.
I have a problem with my shell script.
This is my code
I ussually work in cygwin. When i tried in linux(ubuntu, kali linux) i found error said
Need a really fast help for that :). Thank you..
I have a problem with my shell script.
This is my code
Code:
while [ $count -le 13526 ]
do
space.exe inputs/gr$count >> outputs/t$count
count=$[$count+1]
done
Code:
Syntax error : end of file unexpected (expecting "do")