Jump to content

FILe Generator and Editor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmallMender (talk | contribs) at 16:34, 25 July 2024 (Merge into CompuServe. Discussion at: Talk:CompuServe#Proposed_merge_of_FILe_Generator_and_Editor_into_CompuServe). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An acronym for FILe Generator and Editor, FILGE was a command-oriented text editor created by CompuServe in the early 1970s. Its many commands were preceded by a slash (/) character. For example, if a text file contained the line:

The quick brown fox jumps over the lazy dog

The word 'fox' could be replaced with 'wolf' using this command:

/c/fox/wolf

To see the result of the edit, the user could type:

/p

and in this case, would see

The quick brown wolf jumps over the lazy dog

There were many other commands, which later including a repeating capability, which allow significant file manipulations to be performed without the need to write special programs. FILGE was replaced by screen-oriented WYSIWYG editors.