Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed plus sign doesn't work

regex bash sed

sed - Commenting a line matching a specific string AND that is not already commented out

regex sed

Command line: search and replace in all filenames matched by grep

linux perl awk sed grep

Using sed, Insert a line above or below the pattern? [duplicate]

scripting sed awk

Remove part of path on Unix

shell unix scripting sed

Delete the first five characters on any line of a text file in Linux with sed

linux unix sed

'+' (one or more occurrences) not working with 'sed' command

macos bash sed

Insert multiple lines into a file after specified pattern using shell script

linux bash shell sed awk

How do I escape double and single quotes in sed?

bash command-line sed

How can I remove the last character of a file in unix?

linux bash unix sed

Using sed to delete all lines between two matching patterns

regex 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