Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Find the line number where a specific word appears with "grep" [closed]

unix sed grep

Add a newline only if it doesn't exist

linux bash sed newline

Parsing the first column of a csv file to a new file

bash csv sed awk cut

How to match a single quote in sed

bash shell sed escaping

How can I add a comma at the end of every line except the last line?

bash sed command-line

sed: Replace part of a line

sed