Good morning,
Have you ever used the famous ed?
It is still widely used today.
Have you ever used the famous ed?
It is still widely used today.
Code:
ED(1) FreeBSD General Commands Manual ED(1)
NAME
ed, red – text editor
SYNOPSIS
ed [-] [-s] [-p string] [file]
red [-] [-s] [-p string] [file]
DESCRIPTION
The ed utility is a line-oriented text editor. It is used to create,
display, modify and otherwise manipulate text files. When invoked as
red, the editor runs in "restricted" mode, in which the only difference
is that the editor restricts the use of filenames which start with ‘!’
(interpreted as shell commands by ed) or contain a ‘/’. Note that
editing outside of the current directory is only prohibited if the user
does not have write access to the current directory. If a user has write
access to the current directory, then symbolic links can be created in
the current directory, in which case red will not stop the user from
editing the file that the symbolic link points to.