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 is the function of grep command in unix?
What is grep r?
What is updatedb?
Which command will print your home directory on screen?
Why is it called a shebang?
What is {} in find command?
What do chmod command do?
Which command is used to find whether the system is 32 bit or 64 bit?
Which unix command lists files/folders in alphabetical order?
What is “chmod” command?
What do know about tee command?
What is the search command in unix?
Why is awk called awk?
What is the behavioural difference between cmp and diff commands?
What is awk command used for?