gpt4 book ai didi

grep - 找出所有 'source' 给定 tcl 文件的文件

转载 作者:行者123 更新时间:2023-12-04 04:59:22 25 4
gpt4 key购买 nike

是否可以找出作为给定 .tcl 文件来源的所有文件?

最佳答案

您最好的选择是替换 source 或添加 trace source

跟踪示例:

proc putargs args {puts $args}
trace add execution enter source {putargs SOURCE}
source /path/to/your/file.tcl

关于grep - 找出所有 'source' 给定 tcl 文件的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16332156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com