mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
[193725] [Doc] Working with command shells doc page is out of date
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193725
This commit is contained in:
parent
787b6081a7
commit
47d2be88e1
1 changed files with 9 additions and 16 deletions
|
@ -3,13 +3,14 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
|
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
|
||||||
|
<!-- David Dykstal (IBM) - [193725] fix up description of work with command to match current UI -->
|
||||||
<link rel="stylesheet" type="text/css" href="../book.css" />
|
<link rel="stylesheet" type="text/css" href="../book.css" />
|
||||||
<title>Working with command shells</title>
|
<title>Working with command shells</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="twrkcmdshl"><a name="twrkcmdshl"></a>
|
<body id="twrkcmdshl">
|
||||||
<h1 class="topictitle1">Working with command shells</h1>
|
<h1 class="topictitle1">Working with command shells</h1>
|
||||||
<div>
|
<div>
|
||||||
<p>In the Remote Systems view, you can launch a shell to perform commands
|
<p>In the Remote Systems view, you can launch a shell to perform commands
|
||||||
|
@ -26,15 +27,7 @@ To launch a new shell from the Remote Systems view:
|
||||||
You can also run commands from locations further down in the remote file system
|
You can also run commands from locations further down in the remote file system
|
||||||
tree, so that you do not need to navigate there from your home directory each time.
|
tree, so that you do not need to navigate there from your home directory each time.
|
||||||
This option takes the default shell, sets the current directory to the folder that was selected,
|
This option takes the default shell, sets the current directory to the folder that was selected,
|
||||||
and invokes a command in that directory. If you check the <b>Run in
|
and invokes a command in that directory.
|
||||||
new shell</b> check box you will get a new shell instead of running the
|
|
||||||
command in the current shell:
|
|
||||||
<ol>
|
|
||||||
<li>Expand the file subsystem until you are at the directory where you want
|
|
||||||
to run your commands.</li>
|
|
||||||
<li>Right-click on that directory and select <b>Run Commands</b>.</li>
|
|
||||||
<li>Enter the command you want to run in the <b>Command</b> field and click <b>OK</b>.</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="note">
|
<div class="note">
|
||||||
<span class="notetitle">Note: </span>
|
<span class="notetitle">Note: </span>
|
||||||
|
@ -45,12 +38,12 @@ appended to the connection name.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<b class="relconceptshd">Related concepts</b><br/>
|
<b class="relconceptshd">Related concepts</b><br />
|
||||||
<a href="../concepts/crunremcmds.html" title="">Shells and commands in the Remote Systems view</a><br/>
|
<a href="../concepts/crunremcmds.html" title="">Shells and commands in the Remote Systems view</a><br />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b class="reltaskshd">Related tasks</b><br/>
|
<b class="reltaskshd">Related tasks</b><br />
|
||||||
<a href="truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br/>
|
<a href="truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue