in unix echo is used for

Answer Posted / khemnath chauhan

echo command is particularly use for displaying the
statement
echo "statement"
OR
echo statement

Is This Answer Correct ?    44 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of find command in unix?

579


What will the following command do?

615


Which command is used to restrict incoming messages?

592


What is the command to find maximum memory taking process on the server?

671


Does cp command overwrite files?

620






Describe the zip/unzip command using gzip.

608


Using unix command how to display no of records in oracle?

606


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1758


Which command can you use to find the currently running process in unix server?

586


What does this command do,"$more readme.txt“?

689


What does touch command do in unix?

729


What do know about tee command and its usage?

586


What is the first character of the output in ls l command?

632


Write a command to display a file’s contents in various formats?

623


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

798