mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Base: Update the tar manpage
This commit is contained in:
parent
d01ca4e3e2
commit
4487e515f7
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ tar - file archiving utility
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ tar [--create] [--extract] [--list] [--verbose] [--gzip] [--file FILE] [PATHS...]
|
||||
$ tar [--create] [--extract] [--list] [--verbose] [--gzip] [--directory DIRECTORY] [--file FILE] [PATHS...]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -21,8 +21,9 @@ Files may also be compressed and decompressed using GNU Zip (GZIP) compression.
|
|||
* `-x`, `--extract`: Extract archive
|
||||
* `-t`, `--list`: List contents
|
||||
* `-v`, `--verbose`: Print paths
|
||||
* `-z`, `--gzip`: compress or uncompress file using gzip
|
||||
* `-f`, `--file`: Archive file
|
||||
* `-z`, `--gzip`: Compress or decompress file using gzip
|
||||
* `-C DIRECTORY`, `--directory DIRECTORY`: Directory to extract to/create from
|
||||
* `-f FILE`, `--file FILE`: Archive file
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue