<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=204.11.230.89</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=204.11.230.89"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/204.11.230.89"/>
		<updated>2026-09-16T05:34:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Echo</id>
		<title>Echo</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Echo"/>
				<updated>2005-10-01T02:53:46Z</updated>
		
		<summary type="html">&lt;p&gt;204.11.230.89: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[echo]] is a [[Linux]] [[bash]] shell scripting command.  Other shell scripting languages also have an [[echo]] command. The purpose of the command is to display text in your scripts. &lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
 &lt;br /&gt;
 echo $PATH&lt;br /&gt;
This version is used to look at the contents of a shell varaible.  In this case, the contents of the PATH variable are displayed.&lt;br /&gt;
 &lt;br /&gt;
 echo 'Show me the money' &amp;gt; cash.out&lt;br /&gt;
This version shows how [[echo]] can be used to put text into a file.  The greater than sign &amp;gt; is a shell [[redirection]], which causes the output of a given command to be redirected into the specified file.  The output of [[echo]] is thus redirected into the file named '''cash.out'''.  &lt;br /&gt;
 &lt;br /&gt;
 echo ^O^G&lt;br /&gt;
[[echo]] can be used to set terminal settings.  If you use the hat character, shift 6 key on US English keyboards, this sequence will not reset a foobared terminal.  The hat character repersents the escape character, ASCII 27.  The control key and [ key are used to create the escape character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>204.11.230.89</name></author>	</entry>

	</feed>