mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
326 B
Markdown
17 lines
326 B
Markdown
![]() |
# gnucash
|
||
|
|
||
|
> Personal and small-business financial-accounting software.
|
||
|
> More information: <https://gnucash.org>.
|
||
|
|
||
|
- 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`
|