Skip to main content

Questions tagged [whiptail]

0 votes
1 answer
178 views

Is there a way to have the whiptail yesno choice box set to default no ? if (whiptail --title "STEAM GAME SERVER 1" --yesno "ARE YOU SURE TO REBOOT LINUX OS?" 10 60) then "Yes&...
Sunyata Nothing's user avatar
1 vote
1 answer
1k views

So, I am trying to use whiptail command to give users option to choose different things they want to install in their system. I use the whiptail --checklist command as below: name =$(whiptail --title &...
BishwashK's user avatar
0 votes
1 answer
1k views

I am trying to create a bash Dialog (whiptail) progress bar for a list of commands. So, that progress bar shows along with messages when the commands get executed one by one in the background. I am ...
depar's user avatar
  • 89
0 votes
0 answers
3k views

I have read this question and its answer, but they do not answer my question. The shell script is this: let total=$(lftp -f lftp-script-count.txt | wc -l)-2 lftp -f lftp-script.txt | while read ...
silviubogan's user avatar
0 votes
0 answers
51 views

I am working to parse apache logs in Common Format in realtime so that I monitor them while I work. "tail -F /var/log/apache2/access.log" works but provides more than I need. "awk '{print $1 " " $2 " "...
Dahere's user avatar
  • 11
-2 votes
1 answer
995 views

I've made script using a few different whiptail boxes, which all work fine, but I'd like the font size to be larger. All my google searches on whiptail font size tell me either about whiptail box ...
user3075315's user avatar
-1 votes
1 answer
3k views

How do I show a whiptail checklist from Array?
Roger Ramos's user avatar
0 votes
1 answer
1k views

I have three very long processes that I need to monitor. Rather than having three terminal windows open each with a separate whiptail progress bar. I am searching for a way to send three whiptail ...
Michael Niño's user avatar

15 30 50 per page