* Martin Michlmayr <t...@cyrius.com> [2023-01-27 10:14]:
> The only way I can think of is:

grep "^account" d | sed -e "s/^account *//" | sort | uniq > 1
ledger -f d bal --empty --flat -F "%a\n" | sort | uniq > 2
comm -3 1 2
rm -f 1 2

-- 
Martin Michlmayr
https://www.cyrius.com/

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/Y9M9nEqcFLcULcPG%40jirafa.cyrius.com.

Reply via email to