csh read file的相關文章
csh: while read - LinuxQuestions.org

csh: while read - LinuxQuestions.org

瀏覽:1088
日期:2026-04-22
Is there an equivalent in csh to bash's while read variable list ? ... foreach line ( "` cat file`" ) set argv = ( $line ) set name1 = $1 set name2 = $2 ......看更多