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.
引数としてパスワードを指定する必要があるスクリプトを実行する必要があります。パスワードに特殊文字が含まれています。
でスクリプトを呼び出しているとしtest.tcl system$123ます。
test.tcl system$123
引数にアクセスしようとすると
set name [lindex $argv 0]
これらの特殊文字は無視されます。
これについて私を助けてください。
ありがとう、ラムヤ。