So the object of the script I\'m making is to compare files from two while read lists that have file path names in them...
while read compareFile <&3;
if I understand you correctly...yes. Here's an example of looping through two files in lock-step
exec 3&- 4>&-