bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Awk 3.1.5 proglems with OFS


From: ywd
Subject: GNU Awk 3.1.5 proglems with OFS
Date: Fri, 07 Sep 2007 10:35:09 +0200

It's seems to ignore value of OFS variable:
address@hidden Belsk]$ cat >>plik1
ss
aa
ffggga ewr fawe 
address@hidden Belsk]$ awk 'BEGIN{OFS="|"};{print $0}' plik1
ss
aa
ffggga ewr fawe 

System:
GNU/Linux 2.6.18-8.1.8.e15.centos.plus x86_64
GNU Awk 3.1.5
But this problem repeats on other systems/machines.

Best Regards,
Szymon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]