How we will execute previous command in vi editor?

Answer Posted / ganesh

set -0 vi
then press esc k

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why metadb requires a seperate slice to create Solaris volume manager

2558


How to find $ai_serual resolved path by using unix

1030


What does the md command do?

578


Which unix command to make a new directory?

594


What does sed command do in unix?

568






How can we use grep command in unix?

621


What are grep patterns?

581


Explain ‘library functions’ with respect to unix commands?

606


What do chmod command do?

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:

1766


What is the unix command to confirm a remote host is alive or not?

590


What is updatedb?

590


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

801


What is used to type command?

546


Can you enlist some commonly used network commands?

604