[gnome-terminal/wip/mallard-merge: 1/289] help: add ds-run-program.page



commit f2d49b65780a65a6c190980c7070dd981f08de31
Author: Sindhu S <sindhus live in>
Date:   Wed Jan 9 16:29:35 2013 +0530

    help: add ds-run-program.page
    
    Added page on how to run programs in terminal.
    
    Added help on how to execute a command to run a program in
    Terminal, included explanation on what a PATH variable is and
    how it finds programs on the system path.

 help/C/gs-run-program.page |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gs-run-program.page b/help/C/gs-run-program.page
new file mode 100644
index 0000000..9db3d87
--- /dev/null
+++ b/help/C/gs-run-program.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="run-program">
+
+  <info>
+    <revision version="0.1" date="2013-01-10" status="draft"/>
+    <link type="guide" xref="index#getting-started"/>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+
+    <desc>Launch programs or run commands using <app>Terminal</app></desc>
+  </info>
+
+  <title>Run a program</title>
+
+  <!--Should I put a screencast here? -->
+
+  <p>To launch programs or run commands using <app>Terminal</app>, type the
+  command in the <app>Terminal</app> prompt and press
+  <keyseq><key>Enter</key></keyseq>.</p>
+
+  <note style="tip"><p>To find out where the program is installed on your
+  computer, type <code>which</code> followed by the program name.</p></note>
+  
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]