mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
# print with negative account pattern should exclude transactions containing a matched posting
|
|
hledgerdev -f- print not:a
|
|
<<<
|
|
2010/1/1 x
|
|
a 1
|
|
b -1
|
|
>>>
|
|
>>>=0
|