community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Line editor


Message boards   Post comment

Line editor

A line editor is a text editor computer program that is oriented around lines. The UNIX editor ed is a classic example; DOS users would be familiar with Edlin.

Line editors have extremely primitive input and output methods. Typically users enter data by typing terse commands on a text-only terminal. Commands and data, and corresponding output from the editor, will scroll up from the bottom of the screen in the order that they are entered or printed. There is no cursor to move around and select portions of the document being worked on, generally line numbers or a search based context are used to specify which part of the document is to be viewed or edited. Naturally most edits are a line-at-a-time.

Now considered extremely old-fashioned, they stem from the days when a computer operator would be sitting in front of a teletype (essentially a printer with a keyboard), so there was no screen and no way to move a cursor around a document.

Line editors are still used non-interactively in shell scripts.

Referenced By

Dynamic debugging technique

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Line editor".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.