[wellylug] dialog examples found
Sigurd Magnusson
sigurd at silverstripe.com
Wed May 9 13:23:04 NZST 2007
http://linuxgazette.net/101/sunil.html
mentions:
$DIALOG --title "My input box" --clear \
--inputbox "Hi, this is a sample input box\n
Try entering your name below:" 16 51 2> $tempfile
The dialog program writes its output to the standard error by default.
Hence the input string you enter is echoed to standard error which we
are redirecting to our tempfile. You can capture the entered text from
tempfile for further processing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20070509/3c7c5735/attachment.htm
More information about the wellylug
mailing list