Sponsored Content
Homework and Emergencies Homework & Coursework Questions How to read user keyboard input inside the case? Post 302728375 by Yoda on Wednesday 7th of November 2012 05:46:39 PM
Old 11-07-2012
I tried with following modification and able to read user input and print them:-

Code:
#!/bin/sh
clear
echo "\t `date "+%d/%m/%Y"`"
echo "\t Hostname Machine: `hostname`"
echo "\t user: `whoami` "
echo "\t M A I N - M E N U"
echo "\t 1.Copey Directory Tree"
echo "\t 2.Delete Files or Directories"
echo "\t 3.Output Information"

while true ; do
        echo -n "\t Please enter an option [ 1 - 4 ] : "
        read opt

        case "$opt" in
                1) echo "Enter the source and destination for copying files"
                   read src
                   read dest
                   echo "$src"
                   echo "$dest"
                   ;;
                2)  ;;
                3) echo "\t the number of possible users on the system: `cat /etc/passwd |wc -l` \n\t the number of current user on the system : `who | wc -l`\n\t the number of processes running: `ps -e | wc -l`"  ;;
                *) exit ;;
        esac
done

This User Gave Thanks to Yoda For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

input inside while read loop

Hi all Does anyone have a script that will allow me to stop inside a while read loop. I want to pause the loop until a enter is pressed. e.g. While read line do echo something if LINECOUNT > 40 then read ENTER?"PRESS ENTER TO CONT..." ... (3 Replies)
Discussion started by: jhansrod
3 Replies

2. Shell Programming and Scripting

read command (input) inside the while loop

Hi, 'read' command is not working inside the while loop, How can I solve this? Rgds, Sharif. (2 Replies)
Discussion started by: sharif
2 Replies

3. UNIX for Dummies Questions & Answers

Testing for correct user input from keyboard

What script can I use to catch errors in a shell script if user inputs alpha numeric characters instead on integers from the keyboard? (0 Replies)
Discussion started by: Pauline mugisha
0 Replies

4. 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

5. Shell Programming and Scripting

Help with Bash piped while-read and a read user input at the same time

Hi I am new to writing script and want to use a Bash Piped while-read and read from user input. if something happens on server.log then do while loop or if something happend on user input then do while loop. Pseudocode something like: tail -n 3 -f server.log | while read serverline || read... (8 Replies)
Discussion started by: MyMorris
8 Replies

6. Shell Programming and Scripting

Read input from Keyboard, do not proceed if no input

Hi, I am working on a script, which requests users to enter input. Ex: read -p "Please enter your email id:" email I don't want users skipping this entry, this has to be mandatory.I dont want to proceed without input. I can do a check if variable $email is empty and proceed if not.But, i... (7 Replies)
Discussion started by: aravindadla
7 Replies

7. Programming

Keyboard User Input in awk language ?

Hi, does someone know how to make a keyboard data input in the AWK programming language ? Regards Zabo (6 Replies)
Discussion started by: Zabo
6 Replies

8. Shell Programming and Scripting

Unable to read user input inside a loop

Hi, This query is a part of a much more lengthy script. I wish to look for all the files in a folder named "data" which in this case has two files i.e. plan.war and agent.properties. For all the files found under data I wish to ask the user as to where they wish copy the files to. Below,... (14 Replies)
Discussion started by: mohtashims
14 Replies

9. UNIX for Beginners Questions & Answers

Case inside While read File

Hi Experts, Need your guidance for case statement. I tried many way but no success yet.Now my existing code is doing something like below. Each Line of the input file contains one test case.#!/bin/bash FILE=$1 while read LINE; do do COMMAND done < $FILE Now I want to modify the code... (6 Replies)
Discussion started by: pradyumnajpn10
6 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
sysman_menu(8)						      System Manager's Manual						    sysman_menu(8)

NAME
sysman_menu - Graphical interface to run system management tasks SYNOPSIS
/usr/sbin/sysman [-ui cui | gui] [-display displayname] [-menu] /usr/sbin/sysman [-accel] <accelerator> [arguments] /usr/sbin/sysman [-menu] <name> [arguments] /usr/sbin/sysman [-menu] -list /usr/sbin/sysman [-menu] -help | -h /usr/sbin/sysman -focus hostname OPTIONS
Specifies the user interface to be invoked. The choices are: Specifies command line interface. Specifies graphical user interface. Speci- fies the display screen on where sysman_menu displays its window. If the display option is not specified, sysman_menu uses the display screen specified by your DISPLAY environment variable. The display option has the format hostname:server.number. The default is :0.0. For more information, see the X(1X) reference page. In a TruCluster environment, some management tasks effect the cluster as a whole and some are local to a specific cluster member. If a task requires focus, the "Choose a host to manage" dialog box will be displayed. To launch the task directly, bypassing this dialog box, you can specify the -focus option. Directly invokes the task with that accelerator. Any arguments are passed on to the task itself. Use sysman -list for a list of the accelerators. If the accelerator is for a branch of the menu and not an executable task, then the menu hierarchy is expanded to display the con- tents of the specified branch. Same as -accel option but the name of the task as displayed in the SysMan Menu is specified. For example, sysman -menu "Manage local users". Any arguments are passed on to the task itself. The name is for a branch of the menu and not an executable task, then the menu hierarchy is expanded to display the contents of the specified branch. Displays a list of all the tasks that can be run from the SysMan Menu and their accelerators. Displays help for the SysMan Menu. DESCRIPTION
SysMan Menu is used by the system administrator to obtain system management data and run selected system management tasks. SysMan Menu pro- vides a menu of system management tasks in a tree type display, with branches of management categories and leaves of actual tasks. Select- ing a leaf or tasks invokes a task, which displays a dialog for performing the task. SysMan Menu and its associated tasks can be run on an X Windows display, a terminal with curses capability, locally on a PC, or from a Web browser. For detailed information in running SysMan Menu from a PC or a Web browser, please use your Web browser and go to: http://your_machine_name:2301/SYSMAN/index.html. Online help is available for the SysMan Menu. To get help, select the Help button. RESTRICTIONS
You must have root privileges to perform most tasks with this application. You can grant root privileges for specific users or groups of users using the Division of Privileges (DOP) application. See the dop(8) reference page and the online help in the sysman dopconfig appli- cation for additional information. You must have the root privileges to execute some of the tasks on the SysMan Menu. EXAMPLES
The following example shows how to launch the Manage local users task from the command line using an accelerator name: sysman -accel users The following example shows how to invoke SysMan Menu in curses mode: sysman -ui cui The following example shows how to get a listing of tasks and their accelerators: sysman -list The following example, displays the status of the NFS related daemons on a remote cluster mem- ber: sysman -focus nfs_config_status SEE ALSO
Commands: sysman_station(8), sysman_cli(8), sysman_clone(8), sysman(8) System Administration http://your_machine_name:2301/SYSMAN/index.html sysman_menu(8)
All times are GMT -4. The time now is 05:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy