create tar gz file from directory
tar -czf tarball.tar.gz my_directory/
create tar gz file from directory
tar -czf tarball.tar.gz my_directory/
compress folder in tar.gz unix
#Compress a folder in tar.gz format
tar -zcvf final_archive.tar.gz folder_to_compress/
#Multicore compression using pigz (can be installed with: conda install -c anaconda pigz)
tar cf - ./folder_to_compress/ | pigz -9 -p NPROC > final_archive.tar.gz
tar gz linux command
tar -czvf projects.tar.gz projects/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us