gpt4 book ai didi

bash - 多引号内的 Shell 脚本变量

转载 作者:行者123 更新时间:2023-11-29 09:49:15 27 4
gpt4 key购买 nike

我在 shell 脚本中运行以下行:

osascript -e 'tell application "System Events" to keystroke "$1"'

我希望能够使用 applescript 键入 $1。有没有办法让 $1 像我在脚本后输入到终端的内容一样出现?现在,它只是字面上键入 $1。

最佳答案

将它们放在单引号中,就像这样 -

osascript -e 'tell application "System Events" to keystroke '$1''

关于bash - 多引号内的 Shell 脚本变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8306570/

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