Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

What are the differences among grep, awk & sed? [duplicate]

linux bash sed awk grep

How to insert a newline in front of a pattern?

shell sed

How can I strip first X characters from string using sed?

bash shell sed

How to grep for case insensitive string in a file?

bash shell awk sed grep

sed command with -i option (in-place editing) works fine on Ubuntu but not Mac [duplicate]

sed: print only matching group

regex sed

How do I remove newlines from a text file?

linux bash scripting shell sed

sed one-liner to convert all uppercase to lowercase?

regex sed

How to use sed/grep to extract text between two words?

string bash sed grep

Is there any sed like utility for cmd.exe? [closed]

windows sed cmd

How to delete duplicate lines in a file without sorting it in Unix

unix shell scripting sed awk

How can I delete a newline if it is the last character in a file?

linux perl shell awk sed

How to insert strings containing slashes with sed? [duplicate]

sed

How to replace a whole line with sed?

regex sed

Insert a line at specific line number with sed or awk

sed awk

How to merge every two lines into one from the command line?

bash awk sed grep

How to replace an entire line in a text file by line number

bash text replace sed

How to use sed to remove the last n lines of a file

linux bash shell sed

In-place edits with sed on OS X

macos file-io sed in-place

How to remove the lines which appear on file B from another file A?

linux shell sed diff grep