How to Compress and Decompress TAR Files

Опубликовано: 18 Июнь 2026
на канале: Luba Linux
3,687
110

Hey guys, what's up? In today's short video, I'll teach you how to compress and decompress a tar.gz file using the Linux terminal.

COMMANDS USED:

ls (List the contents of the current directory)

tar -cvzf Projects.tar.gz Projects/ (Create a compressed file from the Projects folder)

rm -rf Projects/ (Delete the Projects folder)

tar -xvzf Projects.tar.gz (Extract the contents of the compressed file Projects.tar.gz)

SHARE THIS KNOWLEDGE
   • Como Compactar e Descompactar Arquivos TAR...  

#shorts #short #lhinformatica #linux #tips #technologies #innovation #tutorials #freecourses #IT #programming