| bash scripting..how to make it go line by line. hey all,
I am writing a bash script to get a file from a server, untar it and do some things with the content. once its done go back to the server and get the next file in the sequence and do the same to that file. thing is...when it is done the stuff to the contents it doesn wait till its done...it goes back to the top of the loop and starts again. and this messes with what is going on with the content of the previous file. I want it to wait till thats done then go back to get the next..i am using a while loop. any suggestions would be greatly appreciated.
OH i am using kettle to do the stuff to with the content of the tar file. Its an ETL process.
-B |