消息框显示命令的输出

消息框显示命令的输出

如何制作一个显示命令输出的文本框?我正在使用 bash。这是我正在使用的命令

    echo -e $(tput setaf 0) $(tput setab 7) $(watch -n0.1 date %r)

答案1

dialog --infobox "$(your command here)" 10 30

相关内容