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 command to view process running?
What does grep v grep do?
What is “chmod” command?
What are the general commands in using unix os for a beginner?
Who invented grep?
Differentiate cat command from more command.
What do know about tee command and its usage?
How do I run a bash script?
What does find command return in unix?
What is updatedb?
What does #!/ Bin sh do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does pipe () return?
What is the general format of unix command syntax?
What is the behavioural difference between cmp and diff commands?