Search Results

Search: Posts Made By: clp
1,453
Posted By clp
exec 4<a.out while read file_list <&4 do ...
exec 4<a.out
while read file_list <&4
do
echo $file_list
done
exec 4<&-


Open a file descriptor, pass in the file, read each line, close the descriptor
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy