1
“<& 3” ve “done <file11 3 <file22” ne anlama geliyor?
Aşağıdaki komut dosyası var: while read lineA && read lineB <&3 do echo "$lineA" echo "$lineB" echo done < file11 3< file22 Bu kod iyi çalışıyor. Ama bunları anlamıyorum: <&3 done < file11 3< file22