We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06e27a commit 4e84552Copy full SHA for 4e84552
README.rst
@@ -219,6 +219,19 @@ variable before defaulting to ``notepad`` on Windows and
219
aws> .edit
220
221
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
232
+ /tmp
233
234
235
Executing Shell Commands
236
------------------------
237
0 commit comments