[linux] awk include probleem
Hans Paijmans
j.j.paijmans op uvt.nl
Di Jul 11 10:01:21 CEST 2006
Hoi,
Ik heb twee stukjes awk-code, bla, waarin een functie,
en bla2, waarin de rest.
bla:
function hop()
{
print "KWAK"
}
bla2:
{
hop()
print "BOEM"
}
Het volgende werkt:
awk -f bla -f bla2...
Het volgende werkt NIET, en dat is lastig
awk -f bla '{hop();print "BOEM";}' ...
Iemand suggesties?
--
Dr. J.J. Paijmans
Tilburg University: Dept. of Linguistics & AI 013-4662693
Rijksdienst Oudheidkundig Bodemonderzoek 033-4227591
Maastricht University: IKAT, Faculty of General Sciences 043-3883477
Thuis: Kleine St.Jansstraat 3, 3811 HV Amersfoort 033 - 4722579
http://paai.uvt.nl http://paijmans.net GSM: +31 621 961 083
More information about the Linux
mailing list