diff options
Diffstat (limited to 'docs/features/history.rst')
-rw-r--r-- | docs/features/history.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst index 7d6a03a4..8aa305c0 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -161,8 +161,9 @@ would:: If you want to save the commands to a text file, but not edit and re-run them, use the ``-o`` or ``--output-file`` option. This is a great way to create -:ref:`scripts`, which can be executed using the ``run_script`` command. To -save the first 5 commands entered in this session to a text file:: +:ref:`Scripts <features/scripting:Scripting>`, which can be executed using the +``run_script`` command. To save the first 5 commands entered in this session to +a text file:: (Cmd) history :5 -o history.txt |