i'm writing a shell script write now and i need it to print out one line at a time of a file, so i can pass each line as an argument to another program. is there a program that does this automatically, or do i need to string a few commands together in some spiffy way?
