PG

Size: a a a
PG
G(
G(
G(
G(
PG
A
VL
VL
C
PG
DL
DL
VL
PG
A
#+name: average-monthly-expenses
#+BEGIN_SRC sh
BEGIN=$(date +%Y-%m -d "-10 month")
hledger is tag:monthly -M -b $BEGIN -e thismonth -A -O csv | sed -rn "2p;s/-//g;s/Net:/Monthly:/p;"
#+END_SRC
A