what is tar command and what are the different types of tar
commands?
Answer Posted / madhu
tar is an utility used for archiving files .
tar cvf archive_name file1 file2...
for extracting a tar file
tar xvf archive_name
Regards,
Madhu
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What command is used to switching between users in unix?
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
What is .sh file?
How do I open a port?
What is the difference between awk and grep?
What does awk stand for?
What is the command to compare two files in unix?
Name the general commands in using unix os for a beginner?
What is the use of the tee command?
Who wrote grep?
How do I clear my terminal history?
What are file commands?
Write a command that will display files in the current directory, in a colored, long format.
What is merge command in unix?
What is the first character of the output in ls l command?