1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

tar: update page (#14586)

Apply the suggestion from #14319.
This commit is contained in:
Lena 2024-11-02 23:51:09 +01:00 committed by GitHub
parent 4cb42adc19
commit 7a6e68a70a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
`tar xf {{path/to/source.tar[.gz|.bz2|.xz]}} --directory={{path/to/directory}}`
- [c]reate an archive and write it to a [f]ile, using the file extension to [a]utomatically determine the compression program:
- [c]reate a compressed archive and write it to a [f]ile, using the file extension to [a]utomatically determine the compression program:
`tar caf {{path/to/target.tar.xz}} {{path/to/file1 path/to/file2 ...}}`