*** empty log message ***
This commit is contained in:
@ -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
1
ase/test/awk/t17.awk
Normal file
@ -0,0 +1 @@
|
||||
/hello/ { print $0; }
|
Reference in New Issue
Block a user