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 |
How will you list only the empty lines in a file (using grep)?
How do I run a bin bash script?
write a shell script to check the failed jobs?
how to get part of string variable with echo command only?
What are the three main forms of enabling debugging in a shell script?
give me some website where i can get unix and testing meterials
What is shift command in shell script?
Is shell script a programming language?
Is shell a scripting language?
What can you do with powershell?
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.?
Where cron file kept?