1config BR2_PACKAGE_ED 2 bool "ed" 3 help 4 A line-oriented text editor. Used to create, display, modify, 5 and otherwise manipulate text files. Often used in scripts 6 rather than invoked directly. 7 8 http://www.gnu.org/software/ed/ 9