>>>>> "JF" == Jun Furukawa <
junni...@gmail.com> writes:
JF> I have one thing that I can’t find a good way to do this.
JF> ‘ledger b bankname’ will show the latest balance of the asset, but I
JF> want to get a list of ending balance for each month (not sum of cash
JF> in and out)
JF> What I want to get is some like:
JF> 20-Jun-01 - 20-Jun-30.. .. 100
JF> 20-Jul-01 - 20-Jul-31.. .. 110
JF> 20-Aug-01 - 20-Aug-31.. .. 112
JF> 20-Sep-01 - 20-Sep-30.. .. 108
Isn't this exactly what `ledger reg --collapse -M bankname` would show you?
JOhn