zion - igawk
Nom
igawk - gawk avec inclusion de fichiers.
Résumé
igawk [ options gawk ] -f fichier-programme [ -^- ] fichier .^.^. igawk [ options gawk ] [ -^- ] texte-programme fichier .^.^.
Description
Igawk est un simple script shell qui ajoute la capacité à gawk (1) de contenir des fichiers inclus.
Les programmes AWK pour igawk sont les mêmes que pour gawk , sauf que, en plus, vous pouvez avoir des lignes de la forme
.ft B @include getopt.awk .ft R |
Options
Voyez gawk (1) pour une description complète du langage AWK et des options que gawk supporte.
Exemples
.nf .ft B cat << EOF > test.awk @include getopt.awk BEGIN { while (getopt(ARGC, ARGV, "am:q") != -1) &.^.^. } EOF igawk -f test.awk .ft R .fi
Voir aussi
gawk (1)
Effective AWK Programming , Édition 1.0, publié par la Free Software Foundation, 1995.
Auteur
Arnold Robbins ( arnold@gnu.org ).
Traduction
Frédéric Delanoy <delanoy_f at yahoo.com>, 2001.
Poster un commentaire