1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 13:43:55 +02:00
tldr/pages.fr/linux/ark.md
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

16 lines
421 B
Markdown

# ark
> Outil d'archive de KDE.
> Plus d'informations : <https://docs.kde.org/stable5/en/ark/ark/>.
- Extrait une archive dans le répertoire courant :
`ark --batch {{archive}}`
- Change le répertoire d'extraction :
`ark --batch --destination {{chemin/vers/le/répertoire}} {{archive}}`
- Crée une archive si elle n'existe pas et y ajouter des fichiers :
`ark --add-to {{archive}} {{fichier1}} {{fichier2}} ...`