![コマンド出力を示すメッセージボックス [閉じる]](https://linux33.com/image/127714/%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E5%87%BA%E5%8A%9B%E3%82%92%E7%A4%BA%E3%81%99%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9%20%5B%E9%96%89%E3%81%98%E3%82%8B%5D.png)
コマンドの出力を表示するテキストボックスを作成するには?バッシュを使っています。これが私が使用するコマンドです
echo -e $(tput setaf 0) $(tput setab 7) $(watch -n0.1 date %r)
答え1
dialog --infobox "$(your command here)" 10 30
コマンドの出力を表示するテキストボックスを作成するには?バッシュを使っています。これが私が使用するコマンドです
echo -e $(tput setaf 0) $(tput setab 7) $(watch -n0.1 date %r)
dialog --infobox "$(your command here)" 10 30