*** empty log message ***
This commit is contained in:
5
ase/test/awk/t49.awk
Normal file
5
ase/test/awk/t49.awk
Normal file
@ -0,0 +1,5 @@
|
||||
BEGIN { OFS=":"; }
|
||||
{
|
||||
print $5 = "abc";
|
||||
print $0;
|
||||
}
|
Reference in New Issue
Block a user