2to3, 7za, 7zr: Dutch translations (#10218)
* 2to3: Dutch translation * 7za: Dutch translation * 7zr: Dutch translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
37
pages.nl/common/7za.md
Normal file
37
pages.nl/common/7za.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 7za
|
||||
|
||||
> Bestandsarchiver met een hoge compressieverhouding.
|
||||
> Vergelijkbaar met `7z`, behalve dat het minder bestandstypes ondersteunt, maar platformonafhankelijk is.
|
||||
> Meer informatie: <https://manned.org/7za>.
|
||||
|
||||
- Archiveer een bestand of directory:
|
||||
|
||||
`7za a {{pad/naar/archief.7z}} {{pad/naar/bestand_of_directory}}`
|
||||
|
||||
- Versleutel een bestaand archief (inclusief bestandsnamen):
|
||||
|
||||
`7za a {{pad/naar/versleuteld.7z}} -p{{wachtwoord}} -mhe={{on}} {{pad/naar/archief.7z}}`
|
||||
|
||||
- Pak een archief uit met behoud van de originele directory structuur:
|
||||
|
||||
`7za x {{pad/naar/archief.7z}}`
|
||||
|
||||
- Pak een archief uit naar een specifieke directory:
|
||||
|
||||
`7za x {{pad/naar/archief.7z}} -o{{pad/naar/uitkomst}}`
|
||||
|
||||
- Pak een archief uit naar `stdout`:
|
||||
|
||||
`7za x {{pad/naar/archief.7z}} -so`
|
||||
|
||||
- Archiveren met een specifiek archieftype:
|
||||
|
||||
`7za a -t{{7z|bzip2|gzip|lzip|tar|...}} {{pad/naar/archief.7z}} {{pad/naar/bestand_of_directory}}`
|
||||
|
||||
- Lijst de inhoud van een archief op:
|
||||
|
||||
`7za l {{pad/naar/archief.7z}}`
|
||||
|
||||
- Maak een lijst van beschikbare archieftypen:
|
||||
|
||||
`7za i`
|
Reference in New Issue
Block a user