qse/ase/test/awk/t49.awk

6 lines
53 B
Awk
Raw Normal View History

2006-10-02 14:54:32 +00:00
BEGIN { OFS=":"; }
{
print $5 = "abc";
print $0;
}