GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Paxum for Linux Geeks (https://gfy.com/showthread.php?t=1087728)

fris 11-02-2012 07:22 AM

Paxum for Linux Geeks
 
If you want to parse your csv statements to see how much cash was sent in total from other people here is a one liner.

Code:

awk -F '^"|","|"$' '{sum += $7} END {printf("%.2f\n", sum)}' paxum.csv | sed 's/^/$/; s/$/ credit/; s/\(.*[0-9]\)\([0-9]\{3\}\)/\1,\2/;t'
:pimp


All times are GMT -7. The time now is 04:08 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123