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 are awk commands?
Can you enlist some commonly used network commands?
How do you grep recursively?
How do I search for text in vi?
What is the difference between cat and more command?
What do chmod, chown, chgrp commands do?
What does the command '$ls | wc –l > file1' do?
What is sed awk grep?
What does #!/ Bin sh do?
What is grep r?
how to sort the content of the file based on numeric values
Can you explain a little bit about command substitution?
What's a command word?
Name the general commands in using unix os for a beginner?
What happens when we execute a unix command?