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)
-   -   Linux Geeks who use Paxum in here. (https://gfy.com/showthread.php?t=1081571)

fris 09-14-2012 10:09 AM

Linux Geeks who use Paxum in here.
 
Wanted to find a way to take my paxum incoming payments and parse it via the .csv file paxum generates.

Thought I would share.

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'

idolbucks 09-14-2012 03:14 PM

Thanks

+1 to all Linux users - Arch Linux here


All times are GMT -7. The time now is 08:18 AM.

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