Skip to content

Commit 4e84552

Browse files
committed
Update README with docs for .cd command
1 parent b06e27a commit 4e84552

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,19 @@ variable before defaulting to ``notepad`` on Windows and
219219
aws> .edit
220220

221221

222+
.cd
223+
~~~
224+
225+
You can change the current working directory of the aws-shell by using
226+
the ``.cd`` command::
227+
228+
aws> !pwd
229+
/usr
230+
aws> .cd /tmp
231+
aws> !pwd
232+
/tmp
233+
234+
222235
Executing Shell Commands
223236
------------------------
224237

0 commit comments

Comments
 (0)