mainly Linux - read a list during batch run - TechRepublic
Question
September 6, 2009 at 03:53 PM
ayuknotna

mainly Linux – read a list during batch run

by ayuknotna . Updated 16 years, 9 months ago

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

This discussion is locked

All Comments