Jargonixe Gilles Lamiral $Revision: 1.2 $ $Date: 2001/11/10 04:52:45 $ _________________________________________________________________ La commande jargonixe extrait les définitions du jargon français de Roland Trique pour les mots d'un texte donné sur l'entrée standard ou dans des fichiers. _________________________________________________________________ Index de la documentation Vous trouverez la dernière version de jargonixe, écrit par Gilles Lamiral, à l'adresse : http://www.linux-france.org/prj/jargonixe/ Ce document, écrit en SGML, peut être disponible en plusieurs formats: ASCII TeX SGML PostScript HTML HTM PDF Info LyX Man (à la convenance de l'administrateur du site). 1. Installation Il suffit de télécharger le script jargonixe. 2. 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