mirror of https://github.com/CrimsonTome/tldr.git
7z*.md: Modify tokens (#1009)
parent
6abfb1f252
commit
e42a45fba9
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
- Archive a file or folder:
|
- Archive a file or folder:
|
||||||
|
|
||||||
`7z a {{compressed.7z}} {{path/to/file}}`
|
`7z a {{archived.7z}} {{path/to/file}}`
|
||||||
|
|
||||||
- Extract an existing 7z file with original directory structure:
|
- Extract an existing 7z file with original directory structure:
|
||||||
|
|
||||||
`7z x {{compressed}}`
|
`7z x {{archived}}`
|
||||||
|
|
||||||
- Archive using a specific archive type:
|
- Archive using a specific archive type:
|
||||||
|
|
||||||
`7z a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
|
`7z a -t{{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||||
|
|
||||||
- List available archive types:
|
- List available archive types:
|
||||||
|
|
||||||
|
@ -20,4 +20,4 @@
|
||||||
|
|
||||||
- List the contents of an archive file:
|
- List the contents of an archive file:
|
||||||
|
|
||||||
`7z l {{compressed}}`
|
`7z l {{archived}}`
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
|
|
||||||
- Archive a file or folder:
|
- Archive a file or folder:
|
||||||
|
|
||||||
`7za a {{compressed.7z}} {{path/to/file}}`
|
`7za a {{archived.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}}`
|
`7za x {{archived}}`
|
||||||
|
|
||||||
- Archive using a specific archive type:
|
- Archive using a specific archive type:
|
||||||
|
|
||||||
`7za a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
|
`7za a -t{{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||||
|
|
||||||
- List available archive types:
|
- List available archive types:
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
- List the contents of an archive file:
|
- List the contents of an archive file:
|
||||||
|
|
||||||
`7za l {{compressed}}`
|
`7za l {{archived}}`
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
- Archive a file or folder:
|
- Archive a file or folder:
|
||||||
|
|
||||||
`7zr a {{compressed.7z}} {{path/to/file}}`
|
`7zr a {{archived.7z}} {{path/to/file}}`
|
||||||
|
|
||||||
- Extract an existing 7z file with original directory structure:
|
- Extract an existing 7z file with original directory structure:
|
||||||
|
|
||||||
`7zr x {{compressed.7z}}`
|
`7zr x {{archived.7z}}`
|
||||||
|
|
||||||
- List the contents of an archive file:
|
- List the contents of an archive file:
|
||||||
|
|
||||||
`7zr l {{compressed.7z}}`
|
`7zr l {{archived.7z}}`
|
||||||
|
|
Loading…
Reference in New Issue