wok annotate 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
rev   line source
Hans-G?nter@24508 1 GNU ed is a line-oriented text editor.
Hans-G?nter@24508 2 It is used to create, display, modify and otherwise manipulate text files,
Hans-G?nter@24508 3 both interactively and via shell scripts.
Hans-G?nter@24508 4 A restricted version of ed, red, can only edit files in the current directory
Hans-G?nter@24508 5 and cannot execute shell commands.
Hans-G?nter@24508 6 Ed is the 'standard' text editor in the sense that it is the original editor
Hans-G?nter@24508 7 for Unix, and thus widely available.