mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages.nl/*: update page (#11614)
This commit is contained in:
parent
9db3b97da5
commit
35376ee8a3
4 changed files with 16 additions and 5 deletions
|
@ -29,4 +29,8 @@
|
|||
|
||||
- Geef een [l]ijst met de inhoud van het archiefbestand:
|
||||
|
||||
`7z l {{archief.7z}}`
|
||||
`7z l {{pad/naar/archief.7z}}`
|
||||
|
||||
- Zet het niveau van compressie (hoger betekent meer compressie, maar langzamer):
|
||||
|
||||
`7z a {{pad/naar/archief.7z}} -mx={{0|1|3|5|7|9}} {{pad/naar/bestand_of_map}}`
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
|
||||
`7za a -t{{7z|bzip2|gzip|lzip|tar|...}} {{pad/naar/archief.7z}} {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Lijst de inhoud van een archief op:
|
||||
- Geef een [l]ijst met de inhoud van het archiefbestand:
|
||||
|
||||
`7za l {{pad/naar/archief.7z}}`
|
||||
|
||||
- Zet het niveau van compressie (hoger betekent meer compressie, maar langzamer):
|
||||
|
||||
`7za a {{pad/naar/archief.7z}} -mx={{0|1|3|5|7|9}} {{pad/naar/bestand_of_map}}`
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
|
||||
`7zr x {{pad/naar/archief.7z}} -so`
|
||||
|
||||
- Lijst de inhoud van een archief op:
|
||||
- Geef een [l]ijst met de inhoud van het archiefbestand:
|
||||
|
||||
`7zr l {{pad/naar/archief.7z}}`
|
||||
|
||||
- Zet het niveau van compressie (hoger betekent meer compressie, maar langzamer):
|
||||
|
||||
`7zr a {{pad/naar/archief.7z}} -mx={{0|1|3|5|7|9}} {{pad/naar/bestand_of_map}}`
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# distrobox-export
|
||||
|
||||
> Exporteer app/service/binary van container naar host-besturingssysteem.
|
||||
> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`.
|
||||
> Exporteer app/service/binary van container naar host-besturingssysteem. Bekijk ook: `tldr distrobox`.
|
||||
> Meer informatie: <https://distrobox.it/usage/distrobox-export>.
|
||||
|
||||
- Exporteer een app van de container naar de host (het desktop pictogram verschijnt in de applicatielijst van uw hostsysteem):
|
||||
|
|
Loading…
Add table
Reference in a new issue