Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Printing everything except the first field with awk

awk sed

Using sed, how do you print the first 'N' characters of a line?

shell sed grep

sed whole word search and replace

shell sed

sed or awk: delete n lines following a pattern

unix sed awk

How to pass a variable containing slashes to sed

bash sed

In Bash, how do I add a string after each line in a file?

linux bash unix sed

How to select lines between two marker patterns which may occur multiple times with awk/sed

Why does sed not replace all occurrences?

bash 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