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 |
Write a shell program to test whether a given number is even or odd?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
Is shell a scripting language?
Print the 10th line without using tail and head command.
what is this line in the shell script do ?#!/bin/ksh
What is the use of .sh file?
What shell is bin sh?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What does echo $0 do?
What is shell geeksforgeeks?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What does sh mean?