cmdargs wraps any lines longer than 78 characters. To (mostly) avoid this, we now display verbatim blocks unindented, and some of register's examples have been altered to make them fit.
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
print-unique
|
|
Print transactions which do not reuse an already-seen description.
|
|
|
|
_FLAGS_
|
|
|
|
Example:
|
|
|
|
$ cat unique.journal
|
|
1/1 test
|
|
(acct:one) 1
|
|
2/2 test
|
|
(acct:two) 2
|
|
$ LEDGER_FILE=unique.journal hledger print-unique
|
|
(-f option not supported)
|
|
2015/01/01 test
|
|
(acct:one) 1
|