POV-Ray : Newsgroups : povray.general : Large numbers? : Re: Large numbers? Server Time
8 Aug 2024 08:14:03 EDT (-0400)
  Re: Large numbers?  
From: Ron Parker
Date: 12 Apr 2001 11:57:39
Message: <slrn9dbk3m.67b.ron.parker@fwi.com>
On 12 Apr 2001 11:22:19 -0400, Warp wrote:
>% cat *.c *.h | grep "DBL" | perl -pe 's/DBL/\nDBL\n/g' | grep -c "DBL" 

Or the much shorter

$ cat *.h *.c | perl -0 -ne "print scalar s/DBL//g"

-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
My opinions.  Mine.  Not anyone else's.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.