what is tar command and what are the different types of tar
commands?
Answer Posted / asit
tar is used for both zip and unzip the files or directories
in unix.
tar cvzf zip_file.tar zip_file
tar xvzf zip_file.tar
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which command is used to kill the last background job?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is awk command used for?
How do I search for text in vi?
What is .sh file?
How to display no of records in oracle using unix command?
What is the use of the tee command?
How can you see the command line history?
how to sort the content of the file based on numeric values
What is grep command in unix with examples?
What is updatedb?
Who wrote grep?
Is command prompt unix?
Can you explain a little bit about command substitution?
Give the command for finding the current date.