sed — Stream Editor
sed performs automated text editing on files or streams — substitute text, delete lines, insert content, and extract patterns — all from the command line.
February 14, 20255 min read
linuxsedtext-processingregexterminal
sed performs automated text editing on files or streams — substitute text, delete lines, insert content, and extract patterns — all from the command line.