HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gnucash — Personal and small-business financial-accounting software. More information: <https://manned.org/gnu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgnucashbusinessandclismallfinancialpersonal

Problem

How to use the gnucash command: Personal and small-business financial-accounting software. More information: <https://manned.org/gnucash>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/gnucash

Revisions (0)

No revisions yet.