Jargonixe M4_EMAIL_URL_SGML $Revision: 1.2 $ $Date: 2001/11/10 04:52:45 $ La commande jargonixe extrait les définitions du de Roland Trique pour les mots d'un texte donné sur l'entrée standard ou dans des fichiers.

Vous trouverez la dernière version de M4_SOFTWARE_URL_SGML, écrit par M4_EMAIL_URL_SGML, à l'adresse : M4_SOFTWARE_URL Ce document, écrit en SGML, peut être disponible en plusieurs formats: M4_AVAILABLE_FORMATS(M4_THIS_FILE_PREFIX) (à la convenance de l'administrateur du site). Installation

Il suffit de télécharger le script jargonixe. Usage

$ ./jargonixe --help SYNOPSIS : The command "jargonixe" generates definitions taken from the french jargon dictionary. The words can come from stdin or from files given in arguments. See also http://www.linux-france.org/prj/jargonf/ VERSION : 1.3 USAGE : ./jargonixe [options] file1 file2 ... OPTIONS: --help : print the command usage (this message). --debug : print debug information. --jargon string : jargon file to use default is ./jargon.txt ARGUMENTS: file1 file2 ... : file to process, can be STDIN EXAMPLES: echo "toto" | ./jargonixe ./jargonixe toto.html cat toto.html | ./jargonixe echo "toto aime bien GNU/Linux" | ./jargonixe > result.html