Skip to content

Commit

Permalink
Update README with docs for .cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Dec 30, 2015
1 parent b06e27a commit 4e84552
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------

Expand Down

0 comments on commit 4e84552

Please sign in to comment.