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 shell script on a mac?
How will I insert a line "abcdef" at every 100th line of a file?
What is the crontab?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What happens on a system call?
What is option in shell script?
What is the use of "test" command?
How to change our default shell?
how can you execute the shell scripts?
how to read systems current date and time
How to find all the files modified in less than 3 days and save the record in a text file?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt