Home | 簡體中文 | 繁體中文 | 雜文 | Search | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 作品與服務 | Email

27.3. dialog

$ sudo apt-get install dialog		
		

27.3.1. --inputbox

result=$(dialog --output-fd 1 --inputbox "Enter some text" 10 30)
echo Result=$result		
			
comments powered by Disqus