how to unzip the contents of the gzip file



how to unzip the contents of the gzip file..

Answer / xyz

gunzip

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What is the command to compare two files in unix?

0 Answers  


How do you grep recursively?

0 Answers  


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


what are wild cards?

2 Answers  


In UNIX, what is the command to edit contents of the file?

9 Answers  






What is the behavioural difference between cmp and diff commands?

0 Answers  


what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


fork in unix ?

4 Answers   BFL,


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


What is grep in bash?

0 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Categories