![]() |
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' |
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