Demystifying Sed, Awk and Find Commands
<p>In this article, we are going to look into the powerful commands for text processing and file manipulation with detailed syntax explanations to have a better understanding of the concept.</p>
<p>Without further ado let’s dive in and look at the commands <code>sed</code>, <code>awk</code>, <code>find</code></p>
<h1>SED Command</h1>
<p>The <code>sed</code> command stands for Stream Editor which is one of the text processing tools used to perform various operations on text files like find & replace (substitution), insertion & deletion of lines.</p>
<p><a href="https://medium.com/@mj.vishweshwaran/vish-demystifying-sed-awk-and-find-commands-332c63d5b641"><strong>Learn More</strong></a></p>