diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html index dac67350e4b..d158ee5f024 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html @@ -94,8 +94,8 @@ also be of value when writing any view, editor, or action that needs access to a
You can use the Remote Commands view to run and interact with commands +
You can use the Remote Shell view to run and interact with commands
and command shells on universal systems. A universal system includes Windows,
Linux, and UNIX system types.
Whenever a command shell is launched or a command is run from within -Remote System Explorer, the Remote Commands view is used to display the output +Remote System Explorer, the Remote Shell view is used to display the output and provide a way to work with that output.
Related tasks
-Running and viewing
-commands and shells using the Remote Commands view
+Running and viewing commands using the Remote Shell view
Working
with command shells
Related tasks
Copying and pasting in the Remote System Explorer
-Running and viewing
-commands and shells using the Remote Commands view
+Running and viewing commands using the Remote Shell view
Working with command shells
Search for text and files on remote servers
Environment variables are set for the remote job process when you first connect to a remote system. This means that the results -of setting the variables are shown in the Commands view. +of setting the variables are shown in the Remote Shell view. If the system type you are using is case sensitive (UNIX for example), then the environment variables will also be case sensitive. Spaces and equals signs (=) are only allowed in the value for the environment diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html index c382004b6b7..7df511ab290 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html @@ -6,25 +6,24 @@ -
Opening the Remote Commands view and launching +Remote System Explorer,
Opening the Remote Shell view and launching a command shell
-In the Remote System Explorer, switch to the Remote -Commands view by clicking Window > Show View > Remote Commands from -the menu bar. To open a new shell in the Remote Commands view, click the down +
In the Remote System Explorer, switch to the Remote Shell view by clicking Window > Show View > Remote Shell from +the menu bar. To open a new shell in the Remote Shell view, click the down arrow in the view and select Launch shell. To launch a new shell for another connection requires that an existing shell for that connection is selected in the view. Otherwise, the shell must be launched from the Remote -Systems, Remote System Details, or the Remote Commands view.
+Systems, Remote System Details, or the Remote Shell view.Working with shells
-When the Remote Commands view is open, you can work -with shells. When you work with a shell, you are working with a shell that +
When the Remote Shell view is open, you can work +with shells. A shell that preserves its environment across commands. The environment for all commands in the shell may change in response to your input. For example, if you type
cd ..@@ -39,7 +38,7 @@ of code where the parser found a problem. is active. Press Cancel Shell, to terminate that process. If the shell is active, it cancels the shell before removing it from the view.
Content assist
-The Remote Commands view supports content assist. You can press CTRL+space to complete file names +
The Remote Shell view supports content assist. You can press CTRL+space to complete file names or environment variable names while you type commands.
Related tasks
-Running and viewing commands and shells using the Remote Commands view
+Running and viewing commands using the Remote Shell view