msgbox3

来自「This version of dialog, formerly known a」· 代码 · 共 21 行

TXT
21
字号
#!/bin/sh# $Id: msgbox3,v 1.2 2003/08/15 19:40:37 tom Exp $: ${DIALOG=dialog}width=35while test $width != 61do$DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse \        --msgbox "\	H   H EEEEE L     L      OOO	H   H E     L     L     O   O	HHHHH EEEEE L     L     O   O	H   H E     L     L     O   O	H   H EEEEE LLLLL LLLLL  OOOHi, this is a simple message box.  You can use this to \display any message you like.  The box will remain until \you press the ENTER key." 15 $widthwidth=`expr $width + 1`done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?