/
Archipelago/
Archipelago/doc/
Archipelago/lib/misc/
Archipelago/lib/plrobjs/
Archipelago/lib/plrobjs/P-T/
Archipelago/lib/world/mob/
Archipelago/lib/world/obj/
Archipelago/lib/world/shp/
Archipelago/lib/world/wld/
Archipelago/lib/world/zon/
Archipelago/slave/
<html>
<head>
<title>
One More Time and Fixing Typos
</title>
</head>
<body>
<b>! ^</b>
<p> 
Use ! to repeat the last command typed at the keyboard.
<p> 
Use ^ to replace a string from the last command with a new string.  The
syntax is the same as in csh: "^old-string^replacement"  For example:
<pre> 
: tell mycrof Hi there, how are you?
No-one by that name here.
 
: ^mycrof^mycroft
You tell Mycroft, 'Hi there, how are you?'
 
> ^you^you doing^
You tell Mycroft, 'Hi there, how are you doing?'
</pre>



<hr>
<a href = "index.html">Return</a> to Archipelago Help System Index
</body>
</html>