Sponsored Content
Top Forums Shell Programming and Scripting Calculate the total 4 field based on the conditions Post 302959394 by kalia4u on Monday 2nd of November 2015 07:27:31 AM
Old 11-02-2015
Match with ACNO & NAME if it matched calculate the total val1 val2 val3 and val4 and GT is total of ACNO wise.Using AIX Operating system and KSh shell
for better use this table
Code:
ACNO|NAME|TOWN|VAL1|VAL2|VAL3|VAL4
1005|ANDP|ACN|20|50|10|30
1005|ANDP|ACN|20|10|30|40
1000|AND|NAC|40|50|40|50
1000|AND|NAC|20|70|20|10
1000|ADU|CAN|10|20|30|40
1000|ADU|CAN|10|20|30|40
1005|ADU|CAN|10|20|30|40
1005|ADU|CAN|10|20|30|40

Written one script which is add the value based on the second filed condition but i need compare both the 2fileds which is $1 and $2 and the Gt will be sumation of all records for $1 .
Code:
sort -t "|" -k2,2 file | awk -F\| '
FNR==1  {CMP=$2
        }
CMP!=$2 {print "Total", TMP ,add1, add2, add3, add4; add1=add2=add3=add4=0
        }
        {CMP=$2
         add1+=$4
         add2+=$5
         add3+=$6
         add4+=$7
         gt1+=$4
         gt2+=$5
         gt3+=$6
         gt4+=$7
        }
1
END     {print "Total", TMP, add1, add2, add3, add4; add1=add2=add3=add4=0
         print "   Grand for ACCN wise","   ", gt1, gt2, gt3,gt4
        }
' OFS="|"

Need this output as mentioned below table.
Code:
1000|ADU|CAN|10|20|30|40
1000|ADU|CAN|10|20|30|40
Total        20|40|60|80
1000|AND|NAC|20|70|20|10
1000|AND|NAC|40|50|40|50
Total       |60|120|60|60
Grand for ACCN wise|80|160|120|140
1005|ADU|CAN|10|20|30|40
1005|ADU|CAN|10|20|30|40
Total        20|40|60|80
1005|ANDP|ACN|20|10|30|40
1005|ANDP|ACN|20|50|10|30
Total         40|60|40|70
Grand for ACCN wise|60|100|100|150


Last edited by kalia4u; 11-02-2015 at 08:37 AM..
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk script to calculate total

Hi First field is the Record Type. A Record Type 5 can have multiple Record Type 6's before another Record Type 5 appears. I want to calculate the total of fields at position 8-11 on Record type 6 when Record Type 5 has a field at position 11-14 equals to '2222'. then it should delete the lines... (2 Replies)
Discussion started by: appsguy616
2 Replies

2. Shell Programming and Scripting

Calculate total sum from a file

The file content is dynamic and using this format: name1 number1 name2 number2 name3 number3 name4 number4 .................... Need a smooth way to calculate the sum of all the numbers in that file (number1 + number2 + number3 + number4........ = total ) (11 Replies)
Discussion started by: TehOne
11 Replies

3. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

4. Shell Programming and Scripting

Extract file records based on some field conditions

Hello Friends, I have a file(InputFile.csv) with the following columns(the columns are pipe-delimited): ColA|ColB|ColC|ColD|ColE|ColF Now for this file, I have to get those records which fulfil the following condition: If "ColB" is NOT NULL and "ColD" has values one of the following... (9 Replies)
Discussion started by: mehimadri
9 Replies

5. Shell Programming and Scripting

Adding total of first field for each number in the second field

Dears, I need a script or command which can find the unique number from the second filed and against that number it adds the total of first field . 17215630 , 0 907043 ,1 201050 ,10 394149 ,4 1964 ,9 17215630, 0 907043 ,1 201050, 10 394149 ,4 1964 ,9 1234234, 55 23 ,100 33 ,67 ... (2 Replies)
Discussion started by: shary
2 Replies

6. Shell Programming and Scripting

Calculate total value from a row

HI I have a file # cat marks.txt MARKS LIST 2013 Name english french chinese latin total_marks wer 34 45 67 23 wqa 12 39 10 56 wsy 23 90 23 78 Now i need to find the total marks of each student using... (11 Replies)
Discussion started by: Priya Amaresh
11 Replies

7. Shell Programming and Scripting

Calculate the total

Hi All , I have the following script as below , I tried to modify to meet the requirement , could someone help ? very thanks ================================================================================================ while read STR NAME; do Total=0 MyString="$STR" GetData () {... (18 Replies)
Discussion started by: ust3
18 Replies

8. Shell Programming and Scripting

awk to calculate total and percent off field in file

Trying to use awk to print the lines in file that have either REF or SNV in $3, add a header line, sort by $4 in numerical order. The below code does that already, but where I am stuck is on the last part where the total lines are counted and printed under Total_Targets, under Targets_less_than is... (4 Replies)
Discussion started by: cmccabe
4 Replies

9. Shell Programming and Scripting

awk to assign points to variables based on conditions and update specific field

I have been reading old posts and trying to come up with a solution for the below: Use a tab-delimited input file to assign point to variables that are used to update a specific field, Rank. I really couldn't find too much in the way of assigning points to variable, but made an attempt at an awk... (4 Replies)
Discussion started by: cmccabe
4 Replies
UBSA(4) 						   BSD Kernel Interfaces Manual 						   UBSA(4)

NAME
ubsa -- USB support for Belkin serial adapters SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ubsa device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ubsa_load="YES" DESCRIPTION
The ubsa driver provides support for the USB-to-RS232 Bridge chip used by a variety of serial adapters from Belkin and other vendors. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The ubsa driver supports the following adapters: o AnyData ADU-500A EV-DO modem o AnyData ADU-E100A (no EV-DO mode support) o Belkin F5U103 o Belkin F5U120 o e-Tek Labs Kwik232 o GoHubs GoCOM232 o Peracom single port serial adapter SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The ubsa driver appeared in FreeBSD 5.0. The uplcom(4) manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002 and modified for the ubsa driver by Alexander Kabaev <kan@FreeBSD.org> in October 2002. AUTHORS
The ubsa driver was written by Alexander Kabaev <kan@FreeBSD.org>. BSD
March 28, 2008 BSD
All times are GMT -4. The time now is 01:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy