tar: explain [a] flag more clearly (#11191)

pull/23/head
Seppel3210 2023-10-26 08:16:23 +00:00 committed by GitHub
parent 5fb7223b51
commit 5f720ed02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
`tar xf {{path/to/source.tar[.gz|.bz2|.xz]}} --directory={{path/to/directory}}`
- [c]reate a compressed archive and write it to a [f]ile, using [a]rchive suffix to 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 ...}}`