*** empty log message ***

This commit is contained in:
2006-07-25 16:41:40 +00:00
parent 4484f7e925
commit 38fcd0d469
13 changed files with 272 additions and 101 deletions

View File

@@ -1 +1 @@
{ $0=" "; print NF; print "a" $0 "b"; x = $1; }
/hello/ { $0=" "; print NF; print "a" $0 "b"; x = $1; }