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?
Is command prompt unix?
What are file commands?
What is the significance of the 'tee' command?
How do I use grep to find a file?
What command will change your prompt to myprompt?
Why is grep called grep?
Who invented grep?
How do I run a whois command?
Describe the usage and functionality of the command rm –r * in unix?
What is $0 bash?
What is the use of sed command in unix?
What does the command ' $who | sort –logfile > newfile' do?
What is the use of egrep command in unix?
What happens when we execute a unix command?