Delete tar.md

This commit is contained in:
TheK4n 2022-03-03 18:56:57 +03:00 committed by GitHub
parent 8309500f61
commit df03710796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
## Tar
### Create archive without compressing
* ```tar -cvf archive.tar (file, ...)```
### Create and compress archive
* ```tar -cvzf archive.tar.gz (file, ...)```
### Untar archive
* ```tar -xvf archive.tar.gz```
### Compress archive or file
* ```Gzip archive.tar```