X-Received: by 2002:a0c:aece:: with SMTP id n14mr7250381qvd.52.1615460932109; Thu, 11 Mar 2021 03:08:52 -0800 (PST) X-Received: by 2002:a37:a643:: with SMTP id p64mr6632776qke.276.1615460931842; Thu, 11 Mar 2021 03:08:51 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: it.comp.java Date: Thu, 11 Mar 2021 03:08:51 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=151.34.149.46; posting-account=-eF7WAoAAACt5PDSlI-9XEDar7KgU_BQ NNTP-Posting-Host: 151.34.149.46 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <98fc3d68-8e2d-4dc5-945f-3a145faef7fcn@googlegroups.com> Subject: percent ratio between two columns From: bender bender Injection-Date: Thu, 11 Mar 2021 11:08:52 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 8 Xref: csiph.com it.comp.java:9383 Hi, I have a cvs file and I would calculate a percent ratio beetween two columns the operation is col[A]*100 / [col B] and i would print the results regards A