Windows Tar Gzip Now
Before we dive into the commands, it helps to understand why we usually see these two together.
Since Windows 10 (build 17063), Microsoft has included the bsdtar library natively. The easiest way to access it is via the Command Line. windows tar gzip
tar -czvf backup.tar.gz file1.txt file2.jpg file3.docx Before we dive into the commands, it helps
cd C:\Projects tar -xzvf C:\Downloads\project-v1.0.tar.gz Before we dive into the commands