From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: DJGPP gawk peculiarity Date: Fri, 09 Jan 1998 19:52:26 -0600 Organization: Spectrum Healthcare Services Lines: 15 Message-ID: <34B6D45A.8A0733FB@a.crl.com> NNTP-Posting-Host: a116024.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk One of my coworkers showed me a peculiar behavior of the DJGPP awk: ====================================================================== C:\TEMP> cat junk 123 456 C:\> awk 'length($1) < 2 {print $1}' junk 123 ====================================================================== What am I missing here? -- Weiqi Gao weiqigao AT a DOT crl DOT com