I have a tab delimited list of usernames and passwords that I need to run a set of system commands on. I was thinking maybe I could build a for loop and assign the first entry on the line as $x and the second entry on the line as $y. Is this possible? Or am I going to have to use sed or awk? Thanks in advance, Brad