Linux command
gnucash 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch GnuCash
gnucash
Open a specific file
gnucash [file.gnucash]
Launch without loading last file
gnucash --nofile
Enable debugging mode
gnucash --debug
Show version
gnucash --version
Enable extra features
gnucash --extra
说明
GnuCash is a personal and small-business financial accounting application. It supports double-entry bookkeeping, stock/bond/mutual fund accounts, scheduled transactions, and financial reports. GnuCash can import OFX, QIF, and CSV files and track income, expenses, bank accounts, and investments.
参数
- -h, --help
- Show help message.
- -v, --version
- Show GnuCash version.
- --nofile
- Do not load last opened file.
- --debug
- Enable debugging mode.
- --extra
- Enable extra/development features.
- --log _arg_
- Log level overrides (e.g., "modulename=debug").
- --logto _file_
- File to log into.
- --help-gtk
- Show GTK options.
FAQ
What is the gnucash command used for?
GnuCash is a personal and small-business financial accounting application. It supports double-entry bookkeeping, stock/bond/mutual fund accounts, scheduled transactions, and financial reports. GnuCash can import OFX, QIF, and CSV files and track income, expenses, bank accounts, and investments.
How do I run a basic gnucash example?
Run `gnucash` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in gnucash?
Show help message.