Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash select

#!/bin/bash

select ogy in "Psychology" "Psychiatry" "Criminology" "Astrology"
do
    echo "Your selected major is $ogy"
    break
done
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install node using nvm 
Shell :: install serverless framework 
Shell :: bash for add one 
Shell :: force remove a hidden folder in linux 
Shell :: install vscodium 
Shell :: create repository, commit, and push 
Shell :: if statement in shell script 
Shell :: git commands list 
Shell :: linux list all system groups in order 
Shell :: git stash save 
Shell :: jetpack compose 
Shell :: git checkout branch 
Shell :: git remove file from commit 
Shell :: nginx block post files 
Shell :: apt vs apt get 
Shell :: wp cli plugin install 
Shell :: bash how to log in to remote server 
Shell :: git show unpushed commits 
Shell :: git remove first stash 
Shell :: where is my ubuntu folder located 
Shell :: watch tail file linux 
Shell :: how to merge text files into one bash 
Shell :: ffmpeg video size reduction 
Shell :: rails add gem to gemfile 
Shell :: rename github repository command line 
Shell :: ubuntu software not showing apps 20.04 
Shell :: copy file permissions to another file 
Shell :: download office 365 for ubuntu 
Shell :: download a file using curl 
Shell :: enable option in ubuntu to create document on right click 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =