gladir / ICONV

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICONV

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.

Syntaxe

ICONV [-f format] source [-o target] [-t format]

Paramètres

Nom Description
source Ce paramètre permet d'indiquer le nom du fichier source.
-f format Ce paramètre permet d'indiquer le format source.
-l Ce paramètre permet d'afficher la liste des formats.
-o target Ce paramètre permet d'indiquer le nom du fichier destinatire.
-t format Ce paramètre permet d'indiquer le format destinaire.
--list Ce paramètre permet d'afficher la liste des formats.

About

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.

License:MIT License


Languages

Language:Pascal 100.0%