Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed insert line with spaces to a specific line

linux bash sed

How to remove all white spaces from a given text file

linux bash sed

Recursively rename files using find and sed

bash scripting sed find replace

How to add to the end of lines containing a pattern with sed or awk?

bash sed awk

Case-insensitive search and replace with sed

Turning multiple lines into one comma separated line [duplicate]

linux perl unix sed awk

find difference between two text files with one item per line [duplicate]

bash file scripting sed awk

Getting "sed error - illegal byte sequence" (in bash) [duplicate]

bash sed

How to print the number of characters in each line of a text file

shell unix sed awk

Using sed and grep/egrep to search and replace

regex sed grep

The easiest way to replace white spaces with (underscores) _ in bash [closed]

bash sed

How do I delete all lines in a file starting from after a matching line?

linux bash sed

how to use sed, awk, or gawk to print only what is matched?

regex unix sed awk gawk

The Concept of 'Hold space' and 'Pattern space' in sed

linux sed

How to extract string following a pattern with grep, regex or perl [duplicate]

How to escape single quote in sed?

sed escaping quote

Using sed to mass rename files

bash shell sed file-rename

Have sed ignore non-matching lines

sed

How to extract text from a string using sed?

regex bash sed

Replace a string in shell script using a variable

unix shell sed