From 4e84552f367f4da647e10be05795b870c112e3bb Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Tue, 29 Dec 2015 17:44:02 -0800 Subject: [PATCH] Update README with docs for .cd command --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 223e1f1..bfbecb0 100644 --- a/README.rst +++ b/README.rst @@ -219,6 +219,19 @@ variable before defaulting to ``notepad`` on Windows and aws> .edit +.cd +~~~ + +You can change the current working directory of the aws-shell by using +the ``.cd`` command:: + + aws> !pwd + /usr + aws> .cd /tmp + aws> !pwd + /tmp + + Executing Shell Commands ------------------------