How to print some text on to the screen?
Answers were Sorted based on User's Feedback
Answer / ankit jaiswal
echo "hello"
this command will pring the text on the screen
above is also right but there is a bit confusion that what
that command do.
comments..
| Is This Answer Correct ? | 1 Yes | 0 No |
How do I run a .sh file?
How do I open the shell prompt?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
Explain about the slow execution speed of shells?
How do I set bash as default shell mac?
What are script files?
How do I run a shell script in powershell?
Is shell a part of kernel?
What is "test"? How it is used in shell scripting?
How to use arguments in a script?
how is the oppurtunities for unix in the software
What are the three main forms of enabling debugging in a shell script?