Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ed-1.6 | 2012-02-16 | ||
README | 2012-02-14 | 983 Bytes | |
Totals: 2 Items | 983 Bytes | 0 |
GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. ======================================================================== $ ed --version GNU Ed 1.6 Copyright (C) 1994 Andrew L. Moore. Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ======================================================================== Test suite results n/a