old-www/REF/Joe-Command-Reference/index.html

198 lines
5.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>The Linux Documentation Project: JOE Command Reference</TITLE>
</HEAD>
<BODY bgcolor="#AAAAAA" LINK="#003355" ALINK="#003355" VLINK="#003355">
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="4" CELLSPACING="0">
<TR>
<TD ALIGN="center" VALIGN="top"><A HREF="../../index.html"><IMG SRC="../../images/ldp.gif" WIDTH="300" HEIGHT="120" ALIGN="absmiddle" BORDER="0" ALT="The Linux Documentation Project"></A>
</TR>
<TR BGCOLOR="#AAAAAA">
<TD ALIGN="center"><font face="sans-serif,helvetica,arial" color="#ffffff"><B> <A HREF="../../index.html"><font face="sans-serif,helvetica,arial" color="#ffffff">
home</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../docs.html#howto"><font face="sans-serif,helvetica,arial" color="#ffffff"> HOWTOs</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../guides.html"><font face="sans-serif,helvetica,arial" color="#ffffff">
Guides</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../docs.html#faq"><font face="sans-serif,helvetica,arial" color="#ffffff">
FAQs</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../docs.html#man"><font face="sans-serif,helvetica,arial" color="#ffffff">
man pages</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../docs.html#lg"><font face="sans-serif,helvetica,arial" color="#ffffff">
Linux Gazette</font></A>&nbsp;&nbsp;|&nbsp;&nbsp;
<A HREF="../../docs.html#lf"><font face="sans-serif,helvetica,arial" color="#ffffff">
LinuxFocus</font></A>
</B></font></TD>
</TR>
<TR BGCOLOR="#BBCCEE">
<TD ALIGN="center" VALIGN="center"><BR>
<H4><FONT FACE="sans-serif,helvetica,arial">
&nbsp;JOE Command Reference</FONT></H4>
</TD></TR>
<TR><TD BGCOLOR="#FFFFFF">
<P><font face="Arial, Helvetica, sans-serif">
<H3>JOE Command Reference</H3>
<b>by Paul Sutton</b><br>
<b>zen14920@zen.co.uk<b><br>
<b>Revision 3.0 2003-08-24</b>
<p>
Donated free of charge to the Linux Documentation Project.
I hope you will find this document useful.
</p>
<P>
The<STRONG> ^</STRONG> represents the control Key
<P>
Use ^KH to get help then esc and , and . to back and forward respectively.
<P>
<STRONG>CURSOR</STRONG>
<P>
^B Left ^F Right<BR>
^P Up ^N Down<BR>
<BR>
^Z Previous Word ^X Next Word
<p>
<STRONG>SEARCH</STRONG>
<P>
^KF find Text ^L Find Next
<BR>
<STRONG>GO TO</STRONG>
<P>
^U Prev. Screen ^V Next Screen<BR>
^A Beginning of line ^E End of Line<BR>
^KU Top of file ^KV End of File<BR>
^KL To Line Number<BR>
<P>
<STRONG>BLOCK</STRONG>
<P>
^KB Begin ^KK End ^KM Move<BR>
^KC Copy ^KW File ^KY Delete<BR>
^K/ Filter<BR>
<P>
<STRONG>DELETE</STRONG>
<P>
^D Character ^Y Line ^W >Word<BR>
^O Word< ^_ Undo ^^ redo<BR>
^j >Line
<P>
<STRONG>MISC</STRONG>
<P>
^KJ Reformat ^T Options ^R Refresh<BR>
^@ Insert<BR>
<P>
<STRONG>SPELL</STRONG>
<P>
^[N Word ^[L File<BR>
<P>
<STRONG>EXIT</STRONG>
<P>
^KX Save and Exit ^C Abort ^KZ Shell<BR>
<P>
<STRONG>FILE</STRONG>
<P>
^KE Edit ^KR Insert ^KD Save<BR>
<BR>
^KO Split Window in Half ^KE Load file into window<BR>
^KG Make Current Window Bigger ^KT Make Current Window Smaller<BR>
^KN Go to the window below ^KP Go to window above<BR>
^C Eliminate Current Window ^KI Show All / One Window<BR>
<P>
<STRONG>MACROS</STRONG>
<P>
^K[ 0-9 Record ^K] Stop ^K 0-9 Play<BR>
^K? Query ^[D Dump<BR>
<P>
<STRONG>MISC</STRONG>
<P>
^K Space status ^K\ Repeat ^K[M Math<BR>
^KA Center Line ^[H Message<BR>
<P>
<STRONG>SCROLL</STRONG>
<P>
^[W Up ^[Z Down<BR>
^K< Left ^K> Right<BR>
<P>
<STRONG>SHELL</STRONG>
<P>
^K' Window ^[! Command<BR>
<P>
<STRONG>QUOTE</STRONG>
<P>
' Ctrl- ^\ Meta-<BR>
<P>
GOTO<BR>
<P>
^[B To ^KB ^[K To ^KK<BR>
<P>
<STRONG>DELETE</STRONG>
<P>
^[Y Yank ^[O Line< <BR>
<P>
<STRONG>I-SEARCH</STRONG>
<P>
^[R Backwards ^[S Forwards<BR>
<P>
<STRONG>BOOKMARKS</STRONG>
<P>
^[ 0-9 Goto ^[^[ Set<BR>
<P>[B
<STRONG>GOTO</STRONG>
<P>
^G Matching ( [ { <BR>
^K- Previous Place<BR>
^K= Next Place<BR>
^K; Tags file search<BR>
<P>
<STRONG>INDENT</STRONG>
<P>
^K, Less ^K. More<BR>
<P>
<STRONG>COMPILING</STRONG>
<P>
^[C Compile and parse errors <BR>
^[E Parse errors<BR>
^[= To Next error<BR>
^[- To prev. error<BR>
<P>
<STRONG>SPECIAL SEARCH SEQUENCES</STRONG>
<P>
\^ \& Matches Beg./end of Line<BR>
\< \> Matches beg./end of word<BR>
\c Matches balanced C expression<BR>
\[..] Matches one of a set<BR>
\+ Matches 0 or more of the character which follows the \+<BR>
\? Match any single character<BR>
\* Matches 0 or more chars<BR>
\\ Matches a \<BR>
\n Matches a newline<BR>
<P>
<STRONG>Special replace sequences</STRONG>
\& Replaced with text which matched search string<BR>
\0 - 9 Replaced with text which matchd Nth \*, \?, \c, \+ or \[..]<BR>
\\ Replace with \ \n Replaced with new line.<BR>
<P>
Hit <U>TAB</U> at file name prompts to generate a menu of filenames or use up/down<BR>
keys to access history of previously entered names.<BR>
<P>
<STRONG>SPECIAL FILE NAMES:</STRONG>
<P>
!command Pipe in/out of a shell command<BR>
>>filename Append to a file<BR>
- Read/write to/from standard I/O<BR>
filename,start,size Read/write a part of a file/device<BR>
Give Start/Size in decimal (255), octal (0377), or hex (0xFF)<BR>
<P>[A
</TD></TR></TABLE>
</BODY>
</HTML>