OFS on AWk not working
Hi,
on 10.6.7 with latest updates the output field separator is not working.
Example
$ echo a b c d | awk '{ OFS = ":";print $0}'
results in:
a b c d
instead of:
a:b:c:d
Mac OS X (10.6.7)
Hi,
on 10.6.7 with latest updates the output field separator is not working.
Example
$ echo a b c d | awk '{ OFS = ":";print $0}'
results in:
a b c d
instead of:
a:b:c:d
Mac OS X (10.6.7)
There are no replies.
OFS on AWk not working