How to read a textfile line by line using csh shell ... - Board index

How to read a textfile line by line using csh shell ... - Board index

瀏覽:1094
日期:2025-06-13
while read -r xx yy # do # printf "%s %s \n" "$yy" "$xx" # done < input_file # while ( `read ......看更多