linux/a*, cp: add German translation (#6777)

This commit is contained in:
MeerBiene
2021-10-12 14:01:48 +02:00
committed by GitHub
parent 92558e2eb0
commit fb5e4b8305
24 changed files with 500 additions and 0 deletions

16
pages.de/linux/ark.md Normal file
View File

@@ -0,0 +1,16 @@
# ark
> KDE Archivierungs Tool.
> Mehr Informationen: <https://docs.kde.org/stable5/en/ark/ark/>.
- Extrahiere ein Archiv ins aktuelle Verzeichnis:
`ark --batch {{archiv}}`
- Verändere das Verzeichnis in das extrahiert wird:
`ark --batch --destination {{pfad/zum/verzeichnis}} {{archiv}}`
- Erstelle ein Archiv wenn es nicht existiert und füge Dateien hinzu:
`ark --add-to {{archiv}} {{datei1}} {{datei2}}`