1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

tar: remove last example to reduce count to 8 (#5078)

This commit is contained in:
bl-ue 2021-01-03 19:23:25 -05:00 committed by GitHub
parent 44472fb217
commit 40120a4cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,3 @@
- Extract files matching a pattern:
`tar xf {{source.tar}} --wildcards "{{*.html}}"`
- Extract a specific file without preserving the folder structure:
`tar xf {{source.tar}} {{source.tar/path/to/extract}} --strip-components={{depth_to_strip}}`