Jacl脚本在特殊字符的情况下表现错误\! ; $

时间:2016-04-12 14:17:58

标签: bash jacl

您好我写了一个jacl脚本,如果没有正常工作; $! \

test.jacl

set password [ lindex $argv 1 ]

puts "Hello your entered password is  $password"

脚本输出

当我跑步时

../test.jacl testUser Foo\b4r*

它返回

Hello your entered password is Foob4r*

案例2:

 ../test.jacl testUser Foo$b4r*

输出

Hello your entered password is Foo*

案例3:

../test.jacl testUser Foo;b4r*

输出

Hello your entered password is Foo

案例3:

../test.jacl testUser Foo!b4r*

输出

-bash: !b4r*: event not found

请建议克服此问题的最佳方法

0 个答案:

没有答案