Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

remove white space from the end of line in linux [duplicate]

linux sed

Replacing from match to end-of-line

regex sed

removing new line character from incoming stream using sed

shell sed csh