mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
426 B
Plaintext
22 lines
426 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gnucash
|
|
|
|
> Personal and small-business financial-accounting software.
|
|
> More information: <https://manned.org/gnucash>.
|
|
|
|
- Launch GnuCash and load the previously opened file:
|
|
|
|
`gnucash`
|
|
|
|
- Launch GnuCash and load the specified file:
|
|
|
|
`gnucash {{path/to/file.gnucash}}`
|
|
|
|
- Launch GnuCash and load an empty file:
|
|
|
|
`gnucash --nofile`
|