mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 13:43:55 +02:00

* 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>
16 lines
421 B
Markdown
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}} ...`
|