|
|||||||
|
|
IGAWKSection: Comandi di utilità (1)Updated: 13 oct 1995 Index Return to Main Contents NOMEigawk - gawk con inclusione di fileSINTASSIigawk [ opzioni di gawk ] -f file-programma [ -- ] file ...igawk [ opzioni di gawk ] [ -- ] testo-del-programma file ... DESCRIZIONEIgawk è un semplice script di shell che aggiunge a gawk(1) il supporto di ``file di inclusione''.I programmi AWK per igawk sono come quelli per gawk, salvo che, in più, possono contenere righe come
OPZIONIVedere gawk(1) per una descrizione completa del linguaggio AWK e delle opzioni ammesse da gawk.ESEMPI
cat << EOF > test.awk
@include getopt.awk
BEGIN {
while (getopt(ARGC, ARGV, "am:q") != -1)
...
}
EOF
igawk -f test.awk
VEDERE ANCHEgawk(1)AWK Language Programming, Edizione 1.0, pubblicato da Free Software Foundation nel 1995. AUTOREArnold Robbins (arnold@gnu.ai.moit.edu). Traduzione di Giuseppe Guerrini (giusguerrini@racine.ra.it).
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man1". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |