[Translating] tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples

This commit is contained in:
ictlyh 2015-04-16 22:59:40 +08:00
parent d0ca4d6c8e
commit c17680233f

View File

@ -1,3 +1,4 @@
Translating by ictlyh
How to Show Dialog Box from Bash Shell Script with Examples
================================================================================
This tutorial will give couple of examples on how to use utilities like zenity and whiptail in your Bash shell script to provide message / dialog box . With these utilities your script will be able to inform user about the current state of execution, or give an ability to interact. Difference between these two utilities is the way they are displaying message box or dialog. Zenity uses GTK toolkit for creating graphical user interfaces, while whiptail creates message boxes inside terminal window.