Search Results

Search: Posts Made By: Chubler_XL
2,568
Posted By Chubler_XL
This gives you a new menu item "All the above"...
This gives you a new menu item "All the above" (changes in green).

#!/bin/bash
(( $# < 1 )) && {
printf "usage: %s <file_name>\n" "${0##*/}"
exit 1
}

_server_list=( server1...
2,568
Posted By Chubler_XL
Some of the double quotes might need escaping in...
Some of the double quotes might need escaping in the ssh command above.

Here is a version with a simple menu which you might find usefull examples of:

Select statement with validation and...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy