Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site caip.RUTGERS.EDU Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!lll-crg!seismo!caip!CC004049%BROWNVM.BITNET From: CC004049%BROWNVM.BITNET@WISCVM.ARPA Newsgroups: net.micro.amiga Subject: ED Commands Message-ID: <581@caip.RUTGERS.EDU> Date: Wed, 27-Nov-85 15:03:09 EST Article-I.D.: caip.581 Posted: Wed Nov 27 15:03:09 1985 Date-Received: Fri, 29-Nov-85 21:38:06 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 31 From: George S. Musser Jr. To use ED, AmigaDOS's full-screen line-oriented editor, type ED from the CLI prompt. Once you're in ED, use the ESC key to get the command-prompt line. On this line, you can type... a "text" insert a line of text below the cursor b goes to bottom of file d deletes the line where the cursor is e ... search for and delete a string f moves the cursor right i "text" insert a line of text above the cursor j join lines m # move to line # n move down p move up q quits without saving the file s insert a line t goes to top of file u undelete character deleted with the DEL key x save the file and quit If you precede the commands d, f, n, p, s, u by a number, the command will execute that many times. I use ED (a) to create and modify EXEC files, such as S/STARTUP-SEQUENCE, and (b) when I get so annoyed with ABasiC's "editor" that I want to cold work my ABasiC disk. George Musser Jr. CC004049@BROWNVM.BITNET