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 you know which shell I am using?

0 Answers  


Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"

1 Answers  


Is bash an operating system?

0 Answers  


c program to check whether all the directories in the path exists has read and write permission

1 Answers  


Can you write a script to portray how set –x works?

0 Answers  






What is MUTEX?

1 Answers  


Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).

2 Answers   Ignou, Tripura Info,


What is a command line shell?

0 Answers  


What does $0 mean in shell script?

0 Answers  


How many prompts are available in a UNIX system?

1 Answers  


How many fields are present in a crontab file and what does each field specify?

0 Answers  


What is an inode block?

0 Answers  


Categories