exec ls *.tcl will fail - there is most probably no file with the literal name "*.tcl". If you need such an expansion, you should use the glob command: eval ...
確定! 回上一頁