dialog

dialogでメッセージ出力は以下。

dialog --msgbox text height width

こんな書式でやる。

他の目ぼしいオプションは以下の通り。

    • passwordbox text height width [init]
    • radiolist text height width list-height [ tag item status ]
    • textbox file height width
    • timebox text height [width hour minute second]
    • yesno text height width
    • menu text height width menu-height [ tag item ]
    • inputmenu text height width menu-height [ tag item ]
    • inputbox text height width [init]
    • infobox text height width
    • checklist text height width list-height [ tag item status ]
    • form text height width formheight [ label y x item y x flen ilen ]


まあ、使うかどうかはわからんけど。

dialog:
http://www.linuxcommand.org/man_pages/dialog1.html