tar linu
tar -czvf {namafile}.tar.gz {namafolder}
how to zip with tar command
tar -czvf archive.tar.gz stuff
how to zip with tar command
tar -czvf archive.tar.gz /usr/local/something
linux tar command
Create a new tar archive.
$ tar cvf archive_name.tar dirname/
Extract from an existing tar archive.
$ tar xvf archive_name.tar
View an existing tar archive.
$ tar tvf archive_name.tar
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