*** empty log message ***

This commit is contained in:
2006-07-26 15:00:01 +00:00
parent 22de29f11e
commit d9338ade05
9 changed files with 51 additions and 22 deletions

View File

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

1
ase/test/awk/t17.awk Normal file
View File

@ -0,0 +1 @@
/hello/ { print $0; }