mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
unrar: reorder examples
extracting with original directory structure is arguably a more common use case than extracting the files in a flattened manner
This commit is contained in:
parent
bc367687e3
commit
d7ab35d473
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
> Extract RAR archives
|
> Extract RAR archives
|
||||||
|
|
||||||
- extract files into current directory, losing directory structure in the archive
|
|
||||||
|
|
||||||
`unrar e {{compressed.rar}}`
|
|
||||||
|
|
||||||
- extract files with original directory structure
|
- extract files with original directory structure
|
||||||
|
|
||||||
`unrar x {{compressed.rar}}`
|
`unrar x {{compressed.rar}}`
|
||||||
|
|
||||||
|
- extract files into current directory, losing directory structure in the archive
|
||||||
|
|
||||||
|
`unrar e {{compressed.rar}}`
|
||||||
|
|
||||||
- test integrity of each file inside the archive file
|
- test integrity of each file inside the archive file
|
||||||
|
|
||||||
`unrar t {{compressed.rar}}`
|
`unrar t {{compressed.rar}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue