Quantcast
Channel: Open Data - text editor
Viewing all articles
Browse latest Browse all 12

What is the s/findthis/replacewiththis syntax called?

$
0
0

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

Viewing all articles
Browse latest Browse all 12

Trending Articles