How to use sed to replace multiple chars in a string?...
Read MoreIs it possible to escape regex metacharacters reliably with sed...
Read MoreRemove attributes from XML using sed...
Read MoreNon greedy (reluctant) regex matching in sed?...
Read MoreHow does sed command work with multiple groups...
Read MoreRemoving 2 last characters from a string...
Read MoreAdd a newline only if it doesn't exist...
Read MoreMatch and Replace  with Regex in SED...
Read Morebash, extract string before a colon...
Read MoreWrap a string in tags using text manipulation in a Unix environment...
Read MoreHow do I escape backslashes in a sed script embedded in a bash script...
Read MoreReplace regex-matched word with modified version of the word...
Read Moresed: Replace lines matching a pattern that contains forward slashes?...
Read MoreHow do I place the output of a command in the search pattern section of sed?...
Read Moresed - Commenting a line matching a specific string AND that is not already commented out...
Read Moreusing sed, how does one match square brackets in a character class?...
Read MoreString substitution using sed on Mac OS X fails with "unterminated substitute pattern"...
Read MoreHow to append each line of a file to the corresponding line of another file?...
Read Moresed: skip match if has already been replaced...
Read Moresed failing to detect combination of literal and escape characters...
Read MoreHow to find and replace a pattern string using sed/perl/awk?...
Read Moresed - combine two commands into one command...
Read MoreParsing file names to get python package names consistently...
Read MoreHow to swap text based on patterns at once with sed?...
Read MoreRemove odd or even lines from a text file...
Read Moresed search and replace creating new file...
Read MoreBash: Complex examples of sed command...
Read More