add info about status file to README

This commit is contained in:
Yargo iMac 2016-07-13 11:13:44 +02:00
parent 20cf928806
commit dd902b6104

View file

@ -12,7 +12,7 @@ This wrapper renders `dc` more usable as a command line calculator by:
- defining commonly used macros for more complex operations
- saving precision, top of stack, and registers 0 to 9 ("memories")
from one invocation to the next
from one invocation to the next in the status file `$HOME/.wdcrc`
# PREREQUISITES
@ -158,6 +158,11 @@ therefore define the longer commands first, and single character commands
only at the very end. Otherwise, e.g the `rem` command would first have its
`r` expanded as the "revert" command, therefore `rem` expansion would fail.
# FILES
The status between invocations is stored in the file `$HOME/.wdcrc` as a
list of `dc` commands.
# BUGS
_(certainly, but none known at this moment)_