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

Merge pull request #599 from tldr-pages/unrar-reorder

unrar: reorder examples
This commit is contained in:
Waldir Pimenta 2016-01-05 22:25:52 +00:00
commit f3aba7930a

View file

@ -2,14 +2,14 @@
> Extract RAR archives
- extract files into current directory, losing directory structure in the archive
`unrar e {{compressed.rar}}`
- extract files with original directory structure
`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
`unrar t {{compressed.rar}}`