This document describes LINED, a line editor for DECsystem-10 disk files.
Purpose: LINED is used to create and edit source program files stored on disk. These files are in ASCII format and include appended line sequence numbers. A key feature is its ability to reference any line at any time without requiring the user to close and reopen the file. It operates as a reentrant program, utilizing 2K pure and 2K impure core segments.
Accessing LINED:
Users can initiate LINED via Monitor commands:
CREATE filename.ext: To open and edit a new disk file.EDIT filename.ext: To open and edit an existing disk file.Alternatively, R LINED can be typed, followed by an S filename.ext command within LINED to select (or create with S filename.ext ($)) a file.
LINED Commands (in command mode, indicated by *):
Innnnn (single line) or Innnnn,iiiii (multiple lines with increment iiiii). If a line exists at nnnnn, it's replaced.Dnnnnn (single line) or Dmmmmm,nnnnn (range of lines).Pnnnnn (single line) or Pmmmmm,nnnnn (range of lines).E command closes the current file and returns to LINED command mode.^C (Control-C) returns the user to the Monitor level.Conventions and Implementation:
###EDT.TMP, ###LIN.TMP) during editing. When closing a file, the original file is renamed with a .BAK extension for backup purposes, and the temporary output file becomes the new primary file.Site structure and layout ©2025 Majenko Technologies