wok diff ed/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ed/description.txt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +GNU ed is a line-oriented text editor.
     1.5 +It is used to create, display, modify and otherwise manipulate text files,
     1.6 +both interactively and via shell scripts.
     1.7 +A restricted version of ed, red, can only edit files in the current directory
     1.8 +and cannot execute shell commands.
     1.9 +Ed is the 'standard' text editor in the sense that it is the original editor
    1.10 +for Unix, and thus widely available.