1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:06:00 +02:00

tar: add "verbose" to another example (#5860)

This commit is contained in:
Bart Nagel 2021-05-04 08:44:11 +01:00 committed by GitHub
parent 1fe05c4e59
commit 75b5a8da0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,9 @@
`tar czf {{target.tar.gz}} --directory={{path/to/directory}} .`
- E[x]tract a (compressed) archive [f]ile into the current directory:
- E[x]tract a (compressed) archive [f]ile into the current directory [v]erbosely:
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
`tar xvf {{source.tar[.gz|.bz2|.xz]}}`
- E[x]tract a (compressed) archive [f]ile into the target directory: