whiptail
Verified for current stable LTS
Whiptail Command: Display Multiple Choice Menu Whiptail
Use for display multiple choice menu whiptail with Whiptail. Exact CLI syntax to display multiple choice menu whiptail using Whiptail.
When to use this: Use for display multiple choice menu whiptail with Whiptail.
Command Syntax
"value_1" "display_text_1" "value_2" "display_text_2" ...}} 3>&1 1>&2 2>&3)" "value_1" "display_text_1" "value_2" "display_text_2" ...}} 3>&1 1>&2 2>&3)" Live Command Builder
Final Command
"value_1" "display_text_1" "value_2" "display_text_2" ...}} 3>&1 1>&2 2>&3)" Command Breakdown
"value_1" is the base executable for this command.
FAQ
Purpose: Exact syntax to display multiple choice menu whiptail using Whiptail.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Whiptail Command: Customize Yes No Buttons Whiptail
whiptail --title "<title>" --yes-button "<text>" --no-button "<text>" --yesno "<message>" <height_in_chars> <width_in_chars> Whiptail Command: Display Boolean Choice Whiptail whiptail --title "<title>" --yesno "<message>" <height_in_chars> <width_in_chars> Whiptail Command: Display Password Input Box Whiptail <result_variable_name>="$(whiptail --title "<title>" --passwordbox "<message>" <height_in_chars> <width_in_chars> 3>&1 1>&2 2>&3)" Whiptail Command: Display Simple Message Whiptail whiptail --title "<title>" --msgbox "<message>" <height_in_chars> <width_in_chars> Whiptail Command: Display Text Input Box Whiptail <result_variable_name>="$(whiptail --title "<title>" --inputbox "<message>" <height_in_chars> <width_in_chars> <default_text> 3>&1 1>&2 2>&3)"