Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Expect 启动程序?我想在我的脚本末尾打开Expect 记事本。我该怎么做?
怎么样
exec {*}[auto_execok notepad] $filename &
tcl 维基