Sponsored Content
Top Forums Shell Programming and Scripting Trouble in getting user input while using CASE statement in UNIX Post 302595197 by jsemerica on Thursday 2nd of February 2012 10:41:38 AM
Old 02-02-2012
not the most efficient way but it works in showing user input with case statement.

Code:
#!/bin/bash

y=1
echo -e "Choose Names as listed in the format below.\n \
1. mango\t2. tango\t3. rango\t4. exit"
read answer


while [ $y=1 ]; do
    case ${answer} in
    "[Mm][Aa][Nn][Gg][Oo]"|1)
        echo "mango"
        mode="mango"
        echo -e "Specify an Option\n1. add\t2. sub\t3. exit"
        read option
        case ${option} in
            "[Aa][Dd][Dd]"|1)
                echo "you chose add"
                ;;
            "[Ss][Uu][Bb]"|2)
                echo "you chose sub"
                ;;
            "[Ee][Xx][Ii][Tt]"|3)
                echo "goodbye"
                exit 0
                ;;
        esac
        ;;
    "[Tt][Aa][Nn][Gg][Oo]"|2)
        echo "tango"
        mode="tango"
            echo -e "Specify an Option\n1. add\t2. sub\t3. exit"
            read option
            case ${option} in
                    "[Aa][Dd][Dd]"|1)
                            echo "you chose add"
                            ;;
                    "[Ss][Uu][Bb]"|2)
                            echo "you chose sub"
                            ;;
                    "[Ee][Xx][Ii][Tt]"|3)
                            echo "goodbye"
                            exit 0
                            ;;
        esac
        ;;
    "[Rr][Aa][Nn][Gg][Oo]"|3)
        echo "rango"
        mode="rango"
                echo -e "Specify an Option\n1. add\t2. sub\t3. exit"
                read option
                    case ${option} in
                    "[Aa][Dd][Dd]"|1)
                                echo "you chose add"
                                ;;
                    "[Ss][Uu][Bb]"|2)
                            echo "you chose sub"
                            ;;
                    "[Ee][Xx][Ii][Tt]"|3)
                            echo "goodbye"
                            exit 0
                            ;;
        esac
        ;;
    "[Ee][Xx][Ii][Tt]"|4)
        echo "goodbye"
        exit 0
        ;;
    *)
        echo"Please enter a valid answer"
        ;;
    esac
    echo "would you like to continue?"
    read reply 
    if [ "$reply"="y" ]; then
        y=1
    else
        y=0
    fi
done

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

case statement in UNIX scripting (ksh)

Hi, I have a script like below : #!/bin/ksh echo "Do you want to export all docs ?" read alld echo "Do you want to export template or report only " read temr case && ] #arguments ;; case && ] #arguments ;; case && ] #arguments ;; (4 Replies)
Discussion started by: luna_soleil
4 Replies

2. Shell Programming and Scripting

To ignore user input case.

hi, i will like to know whether awk command can ignore case? i written a script that will take in user input and search for data on the 1st field from a text file. echo -n "Title:" read title awk -F":" '$1~/'"$title"'/{print $0}' Filename read ans return ... (5 Replies)
Discussion started by: Cheranime
5 Replies

3. Shell Programming and Scripting

redirect input within case statement?

I'm trying to run the logic below but get a `<' is not matched error message when I return a Y or y; printf "Run this ? : " read RESP case $RESP in Y|y) cat <<EOF > file today is Monday EOF ;; N|n) exit 1 ;; esac Any ideas? (2 Replies)
Discussion started by: h8mmer
2 Replies

4. Shell Programming and Scripting

!!VERY URGENT!! Trouble in getting user input, while using under CASE statement in UNIX

i want to get user input like this please tell which option to chose 1. mango 2. tango 3. rango if user chooses mango then it should execute a set of statements and again ask like this what do you want to do 1.add 2.subtract 3.exit when i choose exit it should goto my previous... (1 Reply)
Discussion started by: s.deepak
1 Replies

5. Shell Programming and Scripting

How to ignore case(upper and lower) from user input?

Hi, In my script it takes the input from the user. i.e. sys or system. How can i make it case insensitive in my code. if || ; then echo "valid" Any help is appreciated. Thanks, priya (4 Replies)
Discussion started by: priya001
4 Replies

6. Shell Programming and Scripting

Case Contruct Problem user input

This is supposed to be a simple bank script. Whenever I try the case construct options it wont work for the deposit option after typing the amount it just goes straight back into the menu, same with withdrawal option. Option 3 which should just display the balance amount doesn't echo anything. The... (2 Replies)
Discussion started by: jcnewton13
2 Replies

7. Shell Programming and Scripting

having some trouble in case statement

Hi All, I have script which will take the parameter as PNLYYYYMMDD/PNL or PNL-AMDYYYYYMMDD/PNL-AMD now based on YYYYMMDD my script will parse and do some logic within my case statement looks like below case `echo $1 | tr '' ''` in pnl*) do some logic;; pnl-amd*) do some logic;;... (2 Replies)
Discussion started by: manas_ranjan
2 Replies

8. Homework & Coursework Questions

How to read user keyboard input inside the case?

I need to Write a shell script that allows some system-administration tasks to be preformed automatically from a menu-driven interface. with automated following tasks: Copy directory tree Delete files or directories Output Information (this part is done ) *Copy directory tree The “Copy... (2 Replies)
Discussion started by: femchi
2 Replies

9. Shell Programming and Scripting

Case statement in UNIX shell script

have written the below code to check whether the string received from user is a file name or dir using case statement, but its going into default case*). #!/bin/sh #Get a string from user and check whether its a existing filename or not rm str2 rm str3 echo "enter a file \c" read fil... (8 Replies)
Discussion started by: Mohan0509
8 Replies

10. Shell Programming and Scripting

Bash read input in case statement not working as expected

I'm having an issue with bash read input when using a case statement. The script halts and doesn't read the input on the first loop. if I hit enter then the scripts starts to respond as expected. Need some help here. defaultans=8hrs read -e -i $defaultans -p "${bldwht}How long would you like... (5 Replies)
Discussion started by: woodson2
5 Replies
RULI(1) 						      General Commands Manual							   RULI(1)

NAME
srvsearch, sync_srvsearch, smtpsearch, sync_smtpsearch, httpsearch, sync_httpsearch, ruli-getaddrinfo - Sample programs for RULI Library (RFC 2782) SYNOPSIS
echo _service._protocol.nongnu.org | ruli-getaddrinfo echo _service._protocol.nongnu.org | srvsearch [ options ] echo _service._protocol.nongnu.org | sync_srvsearch [ options ] echo nongnu.org | smtpsearch [ options ] echo nongnu.org | sync_smtpsearch [ options ] echo nongnu.org | httpsearch [ options ] echo nongnu.org | sync_httpsearch [ options ] DESCRIPTION
This manual page documents briefly sample programs for the ruli(3) library. ruli is a library aimed at querying DNS SRV resource records. OPTIONS
For http searches, one can force the port number by specifying it as the first option. search Use the resolver search list defined in '/etc/resolv.conf'. need_ra Require RA (Recursion Available) bit in the name server answer. noinet Don't fetch IPv4 addresses. noinet6 Don't fetch IPv6 addresses. uri_port Assume the specified default port was forced by the user-supplied URI. nowalk Don't search addresses missing from the name server answer. nofall Don't launch fallback queries for addresses, if the SRV query fails. nosort6 Don't sort the address list to give preference to IPv6 addresses. EXAMPLES
echo _telnet._tcp.nongnu.org | ruli-getaddrinfo echo _smtp._tcp.nongnu.org | srvsearch search echo _smtp._tcp.nongnu.org | sync_srvsearch search noinet6 echo nongnu.org | smtpsearch noinet echo nongnu.org | sync_smtpsearch nowalk nofall echo nongnu.org | httpsearch noinet6 echo nongnu.org | sync_httpsearch 80 SEE ALSO
ruli(3) AUTHOR
This manual page was written by Everton da Silva Marques <evertonsm@yahoo.com.br>. October 08, 2004 RULI(1)
All times are GMT -4. The time now is 11:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy