标签: linux apache bash ubuntu
使用bash脚本时,可以用什么方式处理程序中的子提示?
例如: 程序mpsyt有一个运行的子提示系统,这是一张图片。
所以在bash中我一直试图使用这样的东西:
#!/bin/bash newline="\n" set -x mpsyt=(mpsyt $1) & sleep 1 echo $2$newline | $mpsyt
但我无法想象如何将变量作为程序并通过stdin传递该字符串或将密钥发送到该过程。