2 是否有可能找出所有源文件給定.tcl文件?找出所有文件'源'給定的TCL文件 來源 2013-05-02 Vardan Hovhannisyan +2 我並不清楚你的要求,但這些其他問題可以幫助:[如何找到TCL過程的位置?](http://stackoverflow.com/questions/12651549/how-to-find-the-location-of-tcl-procedure)和[在TCL中獲取過程的路徑這是從另一個腳本調用](http://stackoverflow.com/questions/5193268/getting-path-of-the-proc-in-tcl-which-is-invoked-from-another-script)。 – 2013-05-02 07:55:45 +1 你想知道文件來源是什麼,或者文件來源是什麼? – 2013-05-02 10:32:35
3 你最好的選擇是要麼更換source或添加trace爲source 例如與跟蹤: proc putargs args {puts $args} trace add execution enter source {putargs SOURCE} source /path/to/your/file.tcl 來源 2013-05-02 09:02:14
我並不清楚你的要求,但這些其他問題可以幫助:[如何找到TCL過程的位置?](http://stackoverflow.com/questions/12651549/how-to-find-the-location-of-tcl-procedure)和[在TCL中獲取過程的路徑這是從另一個腳本調用](http://stackoverflow.com/questions/5193268/getting-path-of-the-proc-in-tcl-which-is-invoked-from-another-script)。 – 2013-05-02 07:55:45
你想知道文件來源是什麼,或者文件來源是什麼? – 2013-05-02 10:32:35