home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 333_02 / p009a.awk < prev    next >
Text File  |  1989-04-22  |  62b  |  3 lines

  1.  
  2. $2 * $3 > 50        { printf("$%.2f for %s\n", $2 * $3, $1) }
  3.