Ex (text editor)
ex, (short for extended),[1][2][better source needed] is a line editor for Unix systems originally written by Bill Joy[3] in 1976, beginning with an earlier program written by Charles Haley.[4] Multiple implementations of the program exist; they are standardized by POSIX.[5] HistoryThe original Unix editor ed was distributed with the Bell Labs versions of the operating system in the 1970s. George Coulouris of Queen Mary College, London, which had installed Unix in 1973, developed an improved version called em in 1975 that could take advantage of video terminals.[6] While visiting Berkeley, Coulouris presented his program to Bill Joy, who modified it to be less demanding on the processor; Joy's version became ex[7] and got included in the Berkeley Software Distribution. ex was eventually given a full-screen visual interface (adding to its command line oriented operation), thereby becoming the vi text editor. In recent times, ex is implemented as a personality of the vi program; most variants of vi still have an "ex mode", which is invoked using the command Relation to viThe core ex commands which relate to search and replace are essential to vi. For instance, the ex command Command-line invocationSynopsisex [-rR] [-s|-v] [-c command] [-t tagstring] [-w size] [file...] Options
See alsoReferences
External linksThe Wikibook Guide to Unix has a page on the topic of: Commands
|