diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-26 15:37:15 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-26 15:37:15 -0700 |
commit | a40d9f721fa237ed61b6dda7d18e86d18d150db7 (patch) | |
tree | 686289505b3986e26cef942566eed444c8492897 /doc/ledger3.texi | |
parent | 929175216dc55544c8c5911902014c7727a95fd7 (diff) | |
parent | 5e0e7e0a973f8a323decbf818e66a6af3ba218fd (diff) | |
download | fork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.gz fork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.bz2 fork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.zip |
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 44f305f2..dbc25d8f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -304,6 +304,16 @@ If you would rather start with your own journal right away please see @ref{Keepi * Using the Windows command line:: @end menu +Please note that as a command line program, Ledger is controlled from +your shell. There are several different command shells that all behave +slightly differently with repsect to some special characters. In +particular, the BaSH shell will interpret $ signs differently than +ledger and they must be escaped to reach the actual program. Another +example is zsh, which will interpret ^ differently than ledger expects. +In all cases that follow you should take that into account when entering +the commandline arguments given. There are too many variations between +shells to give concrete examples for each. + @node Balance Report, Register Report, Run Some Reports, Run Some Reports @subsection Balance Report @cindex balance report |