parent
ca529c9d4f
commit
a2d0c9279d
4
tar.md
4
tar.md
|
@ -37,10 +37,10 @@ tar -zu archive.tar.gz -C /target/file
|
||||||
### Common options
|
### Common options
|
||||||
|
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
|--------|--------------------------------------------------------------------------|
|
|--------|-------------------------------------------------------------------------|
|
||||||
| `z` | compress with gzip |
|
| `z` | compress with gzip |
|
||||||
| `c` | create an archive |
|
| `c` | create an archive |
|
||||||
| `u` | append files which are newer than the corresponding copy ibn the archive |
|
| `u` | append files which are newer than the corresponding copy in the archive |
|
||||||
| `f` | filename of the archive |
|
| `f` | filename of the archive |
|
||||||
| `v` | verbose, display what is inflated or deflated |
|
| `v` | verbose, display what is inflated or deflated |
|
||||||
| `a` | unlike of `z`, determine compression based on file extension |
|
| `a` | unlike of `z`, determine compression based on file extension |
|
||||||
|
|
Loading…
Reference in New Issue