The syntax of a for loop from the bash manual page is for name [ [ in [ word ... ] ] ; ] do list ; done. The semicolons may be replaced with carriage ...
確定! 回上一頁