Command
tar
Explanation
tar is used to archive the files. It archives the files.
Examples
Create archive
tar -cvf archive.tar files/
Extract archive
tar -xvf archive.tar
tar
tar is used to archive the files. It archives the files.
Create archive
tar -cvf archive.tar files/
Extract archive
tar -xvf archive.tar