Xmessage utility 2005-12-01 - By John Haxby
Back Shaw, Marco wrote:
>I thought I read the man page correctly, and something like >this would work, but it doesn't: > ># xmessage -print -buttons "Dave's laptop:IP1" test > > The man page says that what follow the : is used as an exit value, so, for example
xmessage -print -buttons "Dave's laptop:101,Jim's laptop:102" test >/dev/null case $? in 100) echo Hello Dave ;; 101) echo Hello Jim;; *) echo Who Are You? esac
In this case, according to the man page, the numbers are redundant.
jch
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|