Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Difference between two lists using Bash

bash sorting sed awk grep

How do you "debug" a regular expression with sed?

regex linux debugging sed

Replace a word with multiple lines using sed?

regex bash sed replace

How to get ONLY Second line with SED

linux unix sed

Remove a specific character using awk or sed

linux awk sed replace

Interpret as fixed string/literal and not regex using sed

unix sed

Using sed to delete a case insensitive matched line

sed case-insensitive

Printing only the first field in a string

unix sed awk field cut

sed: -i may not be used with stdin on Mac OS X

linux macos sed

Deleting the first two lines of a file using BASH or awk or sed or whatever

bash awk sed lines

Regex to batch rename files in OS X Terminal

regex macos shell sed awk

Using SED with wildcard

bash sed wildcard

Replace only if string exists in current line

linux shell sed

"sed" command in bash

linux bash shell ubuntu sed

Removing non-alphanumeric characters with sed

regex bash sed replace

replace a particular text in all the files using single line shell command

shell sed shellexecute

How to insert a new line character after a fixed number of characters in a file

bash sed

Using different delimiters in sed commands and range addresses

sed delimiter

How do I limit (or truncate) text file by number of lines?

shell unix sed text-files head

How do I pair every two lines of a text file with Bash? [duplicate]

bash sed text-files