The doc says you can provide a colon-separated list of filenames with the --f command-line argument. That doesn't seem to be working for me. With 2.6.1, I see something like:
$ ls *.ledger accounts.ledger ledger.ledger $ ledger -f accounts.ledger:ledger.ledger equity While parsing option '--file' (-f): Error: The ledger file 'accounts.ledger:ledger.ledger' does not exist or is not readable $ ledger --version Ledger 2.6.1, the command-line accounting tool ... The same seems to happen if I set LEDGER_FILE to a colon-separated list of filenames.
