Articles by Tag #sed

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering `sed` Commands and Flags: A Guide to Stream Editing in Linux 🖥️

sed (Stream Editor) is one of the most powerful text processing tools in Linux. Whether you're...

Learn More 6 0Dec 9 '24

Top 10 SED Use Cases Every Linux User Should Know

The Stream Editor (sed) is one of the most powerful text-processing tools in Unix and Linux. With...

Learn More 3 3Nov 4 '24

A One-Liner `sed` Command to Format SSH Config File

SED one liner for formatting ssh config file

Learn More 0 0Aug 26 '24

sed tricks

Search and replace over multiple lines: sed -i -e ':a' -e 'N' -e '$!ba' -e 's/)\n(/),\n(/g' file

Learn More 0 0Feb 7