From: "Giacomo Cau" Newsgroups: comp.os.msdos.djgpp Subject: Gawk 3.0.3 print error? Date: 1 Feb 2000 08:11:57 GMT Organization: ina Lines: 24 Message-ID: <01bf6c8d$65a899c0$09cc010a@iws0334.inadg.gruppoina.it> NNTP-Posting-Host: rm2-15.tiscalinet.it X-Trace: lacerta.tiscalinet.it 949392716 437 62.11.123.79 (1 Feb 2000 08:11:57 GMT) X-Complaints-To: newsadmin AT tiscali DOT it NNTP-Posting-Date: 1 Feb 2000 08:11:57 GMT X-Newsreader: Microsoft Internet News 4.70.1161 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >gawk "BEGIN{OFMT=\"%012.0f\";print OFMT,1,sprintf(OFMT,1)}" %012.0f 1 000000000001 >gawk --version GNU Awk 3.0.3 Copyright (C) 1989, 1991-1997 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.