Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

in unix echo is used for

Answer Posted / satheesh

Used to write text on a screen.........

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you grep a case insensitive?

1061


What is the nmap command?

1199


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

1220


What is merge command in unix?

1518


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1256


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1223


Which command is used to delete all files in the current directory and all its sub-directories?

1268


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:

2275


What is the use of tee command?

1176


What do chown command do?

1204


How to find $ai_serual resolved path by using unix

1765


What is a bash command?

1190


What does #!/ Bin sh do?

1078


What does touch command do in unix?

1439


What does the command ' $who | sort –logfile > newfile' do?

1283