summaryrefslogtreecommitdiff
path: root/docs/usermanual/embeddedkonsole.sgm
authorcniehaus <cniehaus>2002-12-13 14:19:04 (UTC)
committer cniehaus <cniehaus>2002-12-13 14:19:04 (UTC)
commitbef11d6339311a7ec04d7905f374d84be9ca5e7e (patch) (unidiff)
tree6628f19112adfb625f2ebc19a31289f8a2ce7e0f /docs/usermanual/embeddedkonsole.sgm
parent8b1c25e608e7255199dc97ad8269ac66d40beede (diff)
downloadopie-bef11d6339311a7ec04d7905f374d84be9ca5e7e.zip
opie-bef11d6339311a7ec04d7905f374d84be9ca5e7e.tar.gz
opie-bef11d6339311a7ec04d7905f374d84be9ca5e7e.tar.bz2
update. Spiralman?
Diffstat (limited to 'docs/usermanual/embeddedkonsole.sgm') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/embeddedkonsole.sgm4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usermanual/embeddedkonsole.sgm b/docs/usermanual/embeddedkonsole.sgm
index 838e705..1564408 100644
--- a/docs/usermanual/embeddedkonsole.sgm
+++ b/docs/usermanual/embeddedkonsole.sgm
@@ -1,9 +1,9 @@
1<chapter><title>Embedded Konsole</title> 1<chapter><title>Embedded Konsole</title>
2<para> 2<para>
3EmbeddedKonsole is Opie's terminal emulator. From here you can do pretty much 3EmbeddedKonsole is &opie;'s terminal emulator. From here you can do pretty much
4anything (since Linux is actually a command line based OS by itself). I will 4anything (since Linux is actually a command line based OS by itself). I will
5not go into much detail on using the linux command line, as that is covered in 5not go into much detail on using the linux command line, as that is covered in
6many other places (http://www.tldp.org is a good place to start, or read 6many other places (http://www.tldp.org is a good place to start, or read
7O'Reilly's <citation>Running Linux</citation> for a comprehensive look at Linux 7O'Reilly's <citation>Running Linux</citation> for a comprehensive look at Linux
8for the beginner). I will, however, give a quick overview of using a Linux 8for the beginner). I will, however, give a quick overview of using a Linux
9shell. 9shell.
@@ -61,13 +61,13 @@ program in order to save space). Shells can actually be very powerful, and many
61 61
62 62
63 63
64of them allow you to write something called "shell scripts" which are just a 64of them allow you to write something called "shell scripts" which are just a
65sequence of commands, sometimes with some flow control statements, saved to a 65sequence of commands, sometimes with some flow control statements, saved to a
66file and run each time the script is run. For the most part, the average user 66file and run each time the script is run. For the most part, the average user
67does not need to know about any of this, though. If you are running Opie on the 67does not need to know about any of this, though. If you are running &opie; on the
68Familiar distribution, it is advisable to install the bash shell (ipkg install 68Familiar distribution, it is advisable to install the bash shell (ipkg install
69bash) because it offers things like tab completion, use of the backspace key, 69bash) because it offers things like tab completion, use of the backspace key,
70and a command history, as well as offering a more advanced scripting languauge 70and a command history, as well as offering a more advanced scripting languauge
71than most other shells. 71than most other shells.
72</para> 72</para>
73</section> 73</section>