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.?
Answer Posted / santana20142003
$read line ---> it will read
$ echo $line ---> it will display
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of while loop in shell scripting?
What is option in shell script?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is subshell?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is scripting autism?
How does ls command work?
Given a file find the count of lines containing the word "abc".
What are different types of shell?
What does egrep mean?
What is gui scripting?
What are the four fundamental components of every file system on linux?
What are the default permissions of a file when it is created?
How do I run a script from command prompt?
What is a scripting language simple definition?