I need to read a file line by line and feed the input into a program. All of this is happening within a shell script. The file has two fields, and I need to assign the values to variables which will then be passed to another program. I'm using "for file in file_name do" to go through the file. Thanks [sig][/sig]