How to take input values from the user?
Answers were Sorted based on User's Feedback
Answer / guest
1. using read command
2. reading input from a file
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / swaroopa
Use the command read. Suppose you want to take the path of
an argument, then read the variable like
read folder_path
| Is This Answer Correct ? | 4 Yes | 0 No |
What is shell terminal?
What is $1 in shell scripting?
How will you find the 99th line of a file using only tail and head command?
What is the best scripting language?
How do I save a powershell script?
How to make userdefined variables to available for all other shells?
What is the command to find out today's date?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is shell application?
What is the difference between a variable and value?