mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +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
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ tar [--create] [--extract] [--list] [--verbose] [--gzip] [--file FILE] [PATHS...]
|
$ tar [--create] [--extract] [--list] [--verbose] [--gzip] [--directory DIRECTORY] [--file FILE] [PATHS...]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
@ -21,8 +21,9 @@ Files may also be compressed and decompressed using GNU Zip (GZIP) compression.
|
||||||
* `-x`, `--extract`: Extract archive
|
* `-x`, `--extract`: Extract archive
|
||||||
* `-t`, `--list`: List contents
|
* `-t`, `--list`: List contents
|
||||||
* `-v`, `--verbose`: Print paths
|
* `-v`, `--verbose`: Print paths
|
||||||
* `-z`, `--gzip`: compress or uncompress file using gzip
|
* `-z`, `--gzip`: Compress or decompress file using gzip
|
||||||
* `-f`, `--file`: Archive file
|
* `-C DIRECTORY`, `--directory DIRECTORY`: Directory to extract to/create from
|
||||||
|
* `-f FILE`, `--file FILE`: Archive file
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue