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 20:05, 7 August 2024 (Polish the flow of the article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FILe Generator and Editor (FILGE) was a command-oriented text editor created by CompuServe in the early 1970s. Later it was replaced by screen-oriented WYSIWYG editors. FILGE's commands were preceded by a forward 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 word 'wolf' using the 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, including a repeating capability later, which allowed significant file manipulations without the need to write special programs.