fix typo in tar.md (#2020)

* fix typo in tar.md

* Fix indentation
This commit is contained in:
Jakob (Koby) Shimony 2023-07-19 14:58:25 +02:00 committed by GitHub
parent ca529c9d4f
commit a2d0c9279d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
tar.md
View File

@ -36,11 +36,11 @@ tar -zu archive.tar.gz -C /target/file
### Common options
| Option | Description |
|--------|--------------------------------------------------------------------------|
| `z` | compress with gzip |
| `c` | create an archive |
| `u` | append files which are newer than the corresponding copy ibn the archive |
| `f` | filename of the archive |
| `v` | verbose, display what is inflated or deflated |
| `a` | unlike of `z`, determine compression based on file extension |
| Option | Description |
|--------|-------------------------------------------------------------------------|
| `z` | compress with gzip |
| `c` | create an archive |
| `u` | append files which are newer than the corresponding copy in the archive |
| `f` | filename of the archive |
| `v` | verbose, display what is inflated or deflated |
| `a` | unlike of `z`, determine compression based on file extension |