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 command is used to switching between users in unix?

556


How do I run a bash script?

574


What is the use of find command in unix?

572


Why is grep called grep?

772


What are the general commands in using unix os for a beginner?

575






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:

1752


What is used to type command?

536


What are some command words?

554


What do know about tee command?

596


How do I delete files from command prompt?

549


What is pipe command in unix?

662


What are the differences among a system call, a library function, and a unix command?

563


Describe the zip/unzip command using gzip.

604


Explain mount and unmount command.

607


What is a bash command?

622