can we use cat command as an editor ..???

Answer Posted / giridhar

Yes,We can use cat as an editor to see code

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do know about tee command?

607


What is used to type command?

544


What does sed command do in unix?

566


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:

1764


How can you see the command line history?

586






How do I use nslookup?

575


What is the use of sed command in unix?

601


How to find $ai_serual resolved path by using unix

1029


What is the behavioural difference between cmp and diff commands?

677


Why is it called grep?

563


What does find command return in unix?

596


How many unix commands are there?

629


Is ‘du’ a command? If so, what is its use?

639


How do I clear my terminal history?

586


What do chgrp command do?

590