*** empty log message ***

This commit is contained in:
2006-10-16 14:39:21 +00:00
parent 10d776577d
commit 3e462dbcf1
5 changed files with 77 additions and 30 deletions

View File

@@ -1,20 +1,17 @@
/hello/
{
//print FILENAME;
/hello/ {
print FILENAME;
print "**1**" $0;
//nextfile;
#nextfile;
print "----------------";
}
/hello/
{
//print FILENAME;
/hello/ {
print FILENAME;
print "**2**" $0;
nextfile;
print "----------------";
}
END
{
END {
print "== END OF PROGRAM ==";
}