Horje
select loop bash Code Example
select loop bash
#!/bin/bash
PS3="Enter your choice ==> "
echo "What do you do?"
 
select answer in Student Businessman Professional Fresher
do
    echo "Great! You're a $answer!"
done




Shell

Related
close adb server Code Example close adb server Code Example
how to get the size of a file in linux Code Example how to get the size of a file in linux Code Example
how to use https in npm install instead of ssh Code Example how to use https in npm install instead of ssh Code Example
windows ssh tunnel Code Example windows ssh tunnel Code Example
linux how many cpus Code Example linux how many cpus Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13