50 sed Command Examples

The basic uses of `sed` command are explained in this tutorial by using 50 unique examples. Any particular string in a text or a file can be searched, replaced and deleted by using regular expression with `sed command. But this commands performs all types of modification temporarily and the original file content is not changed by default. The user can store the modified content into another file if needs.