Sponsored Content
Full Discussion: awk to sum in Loop
Contact Us Post Here to Contact Site Administrators and Moderators awk to sum in Loop Post 302963160 by Don Cragun on Thursday 24th of December 2015 03:04:36 PM
Old 12-24-2015
And how does adding the three lines:
Code:
SE*93*07504123
ST*835*07504123
BPR*H*5.75*C*NON************20110315

after the 3rd CLP line in your input file relate to your requirements?

Why after 3 CLP lines (instead of after 5)?

The sum of the CLP04 values on those three CLP lines (0+0+18.88) is 18.88. Where is that shown in those three added lines?

I still do not understand what you're trying to do.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

While loop - The sum seems to be local

Hi, I am trying to extracting the sum of all varibles listed in a file. The code is as follows ##### FILE1 ######## Value1:2 Value2:2 Value3:6 Value4:5 ##### shell script ###### #!/bin/sh total=0 (2 Replies)
Discussion started by: eagercyber
2 Replies

2. Shell Programming and Scripting

Sum with awk

Hi,consider this fields, $1 $2 $3 981 0 1 984 0 4 985 1 0 987 0 2 990 0 0 993 0 3 995 2 0 996 0 1 999 0 4 for each occurence of zero in column $2 and $3 I need to sum $1 fields, so for example, in this piece of code the result of $1 is 8910. I'm sure... (2 Replies)
Discussion started by: cv313x
2 Replies

3. Shell Programming and Scripting

scripting/awk help : awk sum output is not comming in regular format. Pls advise.

Hi Experts, I am adding a column of numbers with awk , however not getting correct output: # awk '{sum+=$1} END {print sum}' datafile 2.15291e+06 How can I getthe output like : 2152910 Thank you.. # awk '{sum+=$1} END {print sum}' datafile 2.15079e+06 (3 Replies)
Discussion started by: rveri
3 Replies

4. Shell Programming and Scripting

Sum using awk

Hi all, I need to sum values for fields in a delimited file as below: 2010-03-05||| 2010-03-05|||123 2010-03-05|467.621|369.532| 2010-03-06||| 2010-03-06||2| 2010-03-06|||444 2010-03-07||| 2010-03-07||| 2010-03-07|655.456|1019.301| Code used is: nawk -F "|" ' { sum +=... (7 Replies)
Discussion started by: Katabatic
7 Replies

5. Shell Programming and Scripting

loop + sum + print using awk

Hi, I am unable sum of each column in the loop usng awk command. Awk is not allowing the parameters in the command. i am facing the below error. awk: 0602-562 Field $() is not correct. Source file abc.txt 100,200,300,400,500,600,700,800,900 101,201,301,401,501,601,701,801,901 ... (1 Reply)
Discussion started by: number10
1 Replies

6. Shell Programming and Scripting

Loop through file to sum conditionally

Hi, I have a file with header, detail and trailer records. HDR|111 DTL|abc|100|xyz DTL|abc|50|xyz TRL|150 I need to add the values in 3rd field from DTL records. Using awk, I am doing it as follows: awk -F'|' '$1=="DTL"{a += $3} END {print a}' <source_file> However, I want to... (3 Replies)
Discussion started by: delta21
3 Replies

7. Shell Programming and Scripting

For Loop & SUM

pcmpath query device |awk 'BEGIN{print "DEVICE NAME\tSERIAL"} /DEVICE NAME/ {printf "%s\t", $5; getline; print substr($2, length($2)-3)}' This script returns output like below to pull out "DEVICE NAME SERIAL". ...... hdisk28 110B hdisk29 1112 hdisk30 1115 hdisk31 1116 hdisk32 1128... (2 Replies)
Discussion started by: Daniel Gate
2 Replies

8. Shell Programming and Scripting

Sum up numbers in a for loop

Hi i have to calculate some numbers, column by column. Herfore i used a for-loop.. for i in {4..26};do awk -F"," '{x'$i'+=$'$i'}END{print '$i'"\t" x'$i'}' file.tmp;done ----- printout ----- 4 660905240 5 71205272 6 8.26169e+07 7 8.85961e+07 8 8.60936e+07 9 7.42238e+07 10 5.6051e+07... (7 Replies)
Discussion started by: IMPe
7 Replies

9. Shell Programming and Scripting

Need help the sum from loop

Hi all, I have one host i need to run in loop to check the capacity from different frame and get the output to one file and sum it and convert to TB this is Code #!/bin/ksh DATE=`date '+%d%m%y'` for f in `cat /home/esx-capacity/esx-host.txt` do for g in `cat /home/esx-capacity/frame`... (10 Replies)
Discussion started by: ranjancom2000
10 Replies
foo2qpdl(1)						      General Commands Manual						       foo2qpdl(1)

NAME
foo2qpdl - Convert Ghostscript pbmraw or bitcmyk format into a QPDL printer stream SYNOPSIS
foo2qpdl [options] <pbmraw-file >qpdl-file foo2qpdl [options] <bitcmyk-file >qpdl-file foo2qpdl [options] <pksmraw-file >qpdl-file DESCRIPTION
foo2qpdl converts Ghostscript pbmraw, bitcmyk, or pksmraw output formats to monochrome or color QPDL streams, for driving the Samsung CLP-300, CLX-2160, CLP-600, CLX-3160, CLP-610 and the Xerox Phaser 6110 QPDL printers. COMMAND LINE OPTIONS
Normal Options These are the options used to select the parameters of a print job that are usually controlled on a per job basis. -c Force color mode if autodetect doesn't work. -d duplex Duplex code to send to printer [1]. | | | |1 off | 2 long edge | 3 short edge -g xpixxypix Set page dimensions in pixels [10200x6600]. -m media Media code to send to printer [0]. ------------------------ Media QPDL ------------------------ plain 0 thick 1 thin 2 bond 3 color 4 card 5 labels 6 envelope 7 preprinted 8 cotton 9 recycled 10 transparency 11 archive 12 -p paper Paper code to send to printer [0]. +--------------+------------------+ | 0 letter | 1 legal | | 2 A4 | 3 executive | | 6 env #10 | 7 env Monarch | | 8 env C5 | 9 env DL | |11 B5jis | 12 B5iso | |16 A5 | 17 A6 | |23 env C6 | 24 folio | |25 env 6.75 | 26 env #9 | |28 oficio | 21 custom | +--------------+------------------+ -n copies Number of copies [1]. -r xresxyres Set device resolution in pixels/inch [1200x600]. -s source Source (InputSlot) code to send to printer [255]. | | |1 auto | 2 manual |3 multi | 4 tray1 -t Draft mode. Every other pixel is white. -J filename Filename string to send to printer. -U username Username string to send to printer. Printer Tweaking Options These are the options used to customize the operation of foo2qpdl for a particular printer. -u xoffxyoff Set the offset of the start of the printable region from the upper left corner, in pixels [0x0]. -l xoffxyoff Set the offset of the end of the printable region from the lower right corner, in pixels [0x0]. -L mask Send logical clipping amounts implied by -u/-l in the QPDL stream [3]. 0 don't send any logical clipping amounts 1 only send Y clipping amount 2 only send X clipping amount 3 send both X and Y clipping amounts -A AllIsBlack: convert C=1,M=1,Y=1 to just K=1. Works with bitcmyk input only. -B BlackClears: K=1 forces C,M,Y to 0. Works with bitcmyk input only. -z model Printer model. Model 0 is the default. model Description 0 CLP-300, CLX-2160, CLX-3160 1 CLP-600 2 CLP-310, CLP-315, CLP-610, CLX-3175 3 CLP-620 Debugging Options These options are used for debugging foo2qpdl. -S plane Output just a single color plane from a color print and print it on the black plane. The default is to output all color planes. 1 Cyan 2 Magenta 3 Yellow 4 Black -D level Set Debug level [0]. EXAMPLES
Create a black and white QPDL stream: gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sPAPERSIZE=letter -r1200x600 -sDEVICE=pbmraw -sOutputFile=- - < testpage.ps | foo2qpdl -r1200x600 -g10200x6600 -p0 >testpage.zm Create a color QPDL stream: gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sPAPERSIZE=letter -g10200x6600 -r1200x600 -sDEVICE=bitcmyk -sOutputFile=- - < testpage.ps | foo2qpdl -r1200x600 -g10200x6600 -p0 >testpage.zc FILES
/usr/bin/foo2qpdl SEE ALSO
foo2qpdl-wrapper(1), qpdldecode(1) AUTHOR
Rick Richardson <rick.richardson@comcast.com> http://foo2qpdl.rkkda.com/
All times are GMT -4. The time now is 09:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy