Translations:A tutorial on 'tar'/97/en
Jump to navigation
Jump to search
- The option '"v'" is used for verbosity. In this case, it displays the files and directories as they are extracted to the new directory.
- If you want to display more details (like the date, permission ...), add a second '"v'" option as follows:
tar -C new_results/ -xvvzf results.tar.gz
ortar -C new_results/ -xvvjf results.tar.bz2
.'"Extract the compressed archive file on two steps: