2006-05-30 15:34:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
2007-02-21 17:03:52 +00:00
< meta name = "copyright" content = "Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." / >
2006-05-30 15:34:22 +00:00
< link rel = "stylesheet" type = "text/css" href = "../book.css" / >
2006-11-20 15:38:42 +00:00
< title > Running and viewing commands using the Remote Shell view < / title >
2006-05-30 15:34:22 +00:00
< / head >
< body id = "truncmdsview" > < a name = "truncmdsview" > <!-- --> < / a >
2006-11-20 15:38:42 +00:00
< h1 class = "topictitle1" > Running and viewing commands using the Remote Shell view < / h1 >
2006-05-30 15:34:22 +00:00
< div >
< div class = "p" > You can open a shell for your local and remote systems, from the
2006-11-20 15:38:42 +00:00
Remote System Explorer, < p > < b > Opening the Remote Shell view and launching
2006-05-30 15:34:22 +00:00
a command shell< / b > < / p >
2006-11-20 15:38:42 +00:00
< p > In the Remote System Explorer, switch to the Remote Shell view by clicking < b > Window > Show View > Remote Shell< / b > from
the menu bar. To open a new shell in the Remote Shell view, click the down
2006-05-30 15:34:22 +00:00
arrow in the view and select < b > Launch shell< / b > . 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
2006-11-20 15:38:42 +00:00
Systems, Remote System Details, or the Remote Shell view.< / p >
2006-05-30 15:34:22 +00:00
< p > < b > Working with shells< / b > < / p >
2006-11-20 15:38:42 +00:00
< p > When the Remote Shell view is open, you can work
with shells. A shell that
2006-05-30 15:34:22 +00:00
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
2007-02-21 17:03:52 +00:00
"cd .."
2006-05-30 15:34:22 +00:00
you change the working directory for that shell.< / p >
< p > < b > Viewing output in an editor< / b > < / p >
< p > You can double-click a line of output to open
it in an editor. For example, if you encounter an error while running a command,
you can double-click the error and the editor opens the source to the line
of code where the parser found a problem.< / p >
< p > < b > Closing shells< / b > < / p >
< p > The < b > Cancel shell< / b > toolbar item is enabled when the currently displayed shell or command
is active. Press < b > Cancel Shell< / b > , to terminate that process.
If the shell is active, it cancels the shell before removing it from the view.< / p >
< p > < b > Content assist< / b > < / p >
2006-11-20 15:38:42 +00:00
< p > The Remote Shell view supports content assist. You can press CTRL+space to complete file names
2006-05-30 15:34:22 +00:00
or environment variable names while you type commands.< / p >
< p > < / p >
< / div >
< / div >
< div >
< p > < b class = "relconceptshd" > Related concepts< / b > < br / >
< a href = "../concepts/crunremcmds.html" title = "" > Shells and commands in the Remote Systems view< / a > < br / >
< / p > < p > < b class = "reltaskshd" > Related tasks< / b > < br / >
< a href = "twrkcmdshl.html" title = "" > Working with command shells< / a > < br / >
< / p >
< / div >
< / body >
< / html >