*** empty log message ***
This commit is contained in:
@@ -1 +1,9 @@
|
||||
/hello[[:space:]]/ { print $0; }
|
||||
/hello[[:space:]]/
|
||||
{
|
||||
print $0;
|
||||
//getline a;
|
||||
//print a;
|
||||
|
||||
if (getline > 0) print $0;
|
||||
print "----------------";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user