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

Write a command sequence to find the count of each word?

0 Answers  


What does it mean to debug a script?

0 Answers  


What is MUTEX?

1 Answers  


How will you list only the empty lines in a file (using grep)?

4 Answers   ANZ,


What are the additional egrep symbols?

2 Answers  






How will you find the 99th line of a file using only tail and head command?

0 Answers  


Explain about the slow execution speed of shells?

0 Answers  


How do I run a script from command prompt?

0 Answers  


How do I run a shell script in powershell?

0 Answers  


How do we create command aliases in a shell?

0 Answers  


Is powershell a bash?

0 Answers  


What is echo in shell?

0 Answers  


Categories