Hi,
I am running a batch file in Linux, my main problem is how to make a loop that will read my list and pickup a name and continue doing that until end of file.
Pls see the algorithm below:
login in to IP addr
do this until end of file
pick name # from list w/c is in my batch file
go to file directory
download the file
enddo