mirror of https://github.com/CrimsonTome/tldr.git
tar: remove last example to reduce count to 8 (#5078)
parent
44472fb217
commit
40120a4cc8
|
@ -35,7 +35,3 @@
|
||||||
- Extract files matching a pattern:
|
- Extract files matching a pattern:
|
||||||
|
|
||||||
`tar xf {{source.tar}} --wildcards "{{*.html}}"`
|
`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}}`
|
|
||||||
|
|
Loading…
Reference in New Issue