1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/gnucash-cli.md

13 lines
388 B
Markdown
Raw Normal View History

# gnucash-cli
> GnuCash의 명령줄 버전.
> 더 많은 정보: <https://gnucash.org>.
- 파일에 지정된 통화 및 주식에 대한 견적을 받아 출력:
`gnucash-cli --quotes get {{경로/대상/파일.gnucash}}`
- `--name`으로 지정된 특정 유형의 재무 보고서를 생성:
`gnucash-cli --report run --name "{{Balance Sheet}}" {{경로/대상/파일.gnucash}}`