How to print some text on to the screen?

Answers were Sorted based on User's Feedback



How to print some text on to the screen?..

Answer / guest

echo "Text to print"

Is This Answer Correct ?    7 Yes 0 No

How to print some text on to the screen?..

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

Post New Answer

More Shell Script Interview Questions

How do I run a .sh file?

1 Answers  


How do I open the shell prompt?

1 Answers  


What is the difference between running a script as ./scriptname.sh and sh scriptname.sh

1 Answers  


Explain about the slow execution speed of shells?

1 Answers  


How do I set bash as default shell mac?

1 Answers  


What are script files?

1 Answers  


How do I run a shell script in powershell?

1 Answers  


Is shell a part of kernel?

1 Answers  


What is "test"? How it is used in shell scripting?

2 Answers  


How to use arguments in a script?

1 Answers  


how is the oppurtunities for unix in the software

1 Answers  


What are the three main forms of enabling debugging in a shell script?

6 Answers   ADC, Wipro,


Categories