mirror of https://github.com/CrimsonTome/tldr.git
7za/7zr: fixed incorrect command names
parent
3caf18e47e
commit
64fa60df16
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
- List the contents of an archive file:
|
- List the contents of an archive file:
|
||||||
|
|
||||||
`7z l {{compressed}}`
|
`7za l {{compressed}}`
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
- Archive a file or folder:
|
- Archive a file or folder:
|
||||||
|
|
||||||
`7za a {{compressed.7z}} {{path/to/file}}`
|
`7zr a {{compressed.7z}} {{path/to/file}}`
|
||||||
|
|
||||||
- Extract an existing 7z file with original directory structure:
|
- Extract an existing 7z file with original directory structure:
|
||||||
|
|
||||||
`7za x {{compressed.7z}}`
|
`7zr x {{compressed.7z}}`
|
||||||
|
|
||||||
- List the contents of an archive file:
|
- List the contents of an archive file:
|
||||||
|
|
||||||
`7z l {{compressed.7z}}`
|
`7zr l {{compressed.7z}}`
|
||||||
|
|
Loading…
Reference in New Issue