#sed

sed - delete nth line inline from file
sed example - delete a word from a string
Make PATH variable human readable
Remove first and last characters from string in bash
sed - print range of lines excluding the starting and ending line of the range
Print lines ending with string within a range of lines
sed - print lines between patterns string1 and string2
sed - print lines till you encounter a specific pattern
Print every 2 lines with sed
Print every alternate line from file with sed
sed - print lines ending with either one char or other char
sed - print lines beginning with either one char or other char
Print lines which contain a set of characters in sed
sed - delete nth line from file
sed - print lines which does not contain string
Using sed in bash for loop
Print the last line of the file with sed
Replace string in file with sed
To not change the specified line in sed
sed - delete the line containing the string
sed - delete empty lines from file
sed - remove the first lines from the file
sed - replace TABs with spaces
sed - make changes inline the file
sed - show specific lines from file