*** empty log message ***
This commit is contained in:
20
ase/test/awk/t18.awk
Normal file
20
ase/test/awk/t18.awk
Normal file
@@ -0,0 +1,20 @@
|
||||
/hello/
|
||||
{
|
||||
//print FILENAME;
|
||||
print "**1**" $0;
|
||||
//nextfile;
|
||||
print "----------------";
|
||||
}
|
||||
|
||||
/hello/
|
||||
{
|
||||
//print FILENAME;
|
||||
print "**2**" $0;
|
||||
nextfile;
|
||||
print "----------------";
|
||||
}
|
||||
|
||||
END
|
||||
{
|
||||
print "== END OF PROGRAM ==";
|
||||
}
|
||||
Reference in New Issue
Block a user