On 7/7/14 9:55 PM, Erik Hetzner wrote:
So what is the series of commands that are used to create a journal in
??????? ?
hledger has an "add" command which can get you started without needing a
journal file or editor.
It will create whatever file you have defined in the LEDGER_FILE
environment variable, or ~/.hledger.journal. Ledger will use whatever
you have defined in LEDGER_FILE. So to make sure both tools see the same
file, you could do eg:
$ echo "export LEDGER_FILE=~/general.journal" >>~/.bashrc
$ source ~/.bashrc
$ hledger add
Date [2014/07/08]:
...
$ hledger print
...
$ ledger print
...
--
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.