what is the s/find/replace syntax called?
Stefan:
that's called search and replace with regular expressions
ed is the line editor used by vi [which includes this]
sed is just a stream version of ed
s is the substitution command.
Searched words:
sed "stream editor" line editor
vim text replacement
search and change