need help



how to get the value returned by zenity --question?because i tried to print its value and it returns nothing.asking for help.

here is my sample code:

#!/bin/bash

a=$(zenity --question --text="are you sure?")

echo "$a"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]