Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: add my current project to an already existing GitHub repository 
Shell :: git push to my work 
Shell :: windows xp enable remote desktop cmd 
Shell :: git push branch 
Shell :: sed substitute a word in a file by the content in another file 
Shell :: Failed to install expo package with error: yarnpkg exited with non-zero code: 1 yarnpkg exited with non-zero code: 1 
Shell :: git undo 
Shell :: terraform download 
Shell :: ansible playbook to set passwordless sudo 
Shell :: overclock raspberry pi zero 2w 
Shell :: github checkout 
Shell :: git commit with message 
Shell :: delete a branch in git command 
Shell :: how to scp 
Shell :: mongoalchemy flask 
Shell :: deploy to firebase using trivis 
Shell :: set up vim in zsh 
Shell :: create self signed certificate 
Shell :: ionic icon dimensions 
Shell :: check difference between two branches git 
Shell :: how to delete local master branch in git 
Shell :: find resolution of image terminal linux 
Shell :: environment variable setup 
Shell :: cool welcome message linux 
Shell :: debian list packages automatic install 
Shell :: easy disk cleaner 
Shell :: git local to remote 
Shell :: make kernel module 
Shell :: dir /s cmd 
Shell :: hugo documentation 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =