summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-26 08:11:36 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-26 08:11:36 -0700
commitfe9153496a8cf494bc1962de1c43c43ed109d304 (patch)
tree1956332da7651f0c4e431fe46f18f89c2fc664d3 /doc
parent260d05c8aeb43e73397fee83312c31e800206263 (diff)
downloadfork-ledger-fe9153496a8cf494bc1962de1c43c43ed109d304.tar.gz
fork-ledger-fe9153496a8cf494bc1962de1c43c43ed109d304.tar.bz2
fork-ledger-fe9153496a8cf494bc1962de1c43c43ed109d304.zip
Added a note to the introduction about paying attention to shell expansions
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 44f305f2..ae67df19 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