Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Shell script - remove first and last quote (") from a variable

string bash shell unix sed

How can I output only captured groups with sed?

regex sed

Escape a string for a sed replace pattern

string sed escaping

sed command with -i option failing on Mac, but works on Linux

linux macos bash sed

How to remove double-quotes in jq output for parsing json files in bash?

bash awk sed jq

sed edit file in place

unix sed solaris

Replace whole line containing a string using Sed

string shell sed

Delete empty lines using sed

linux unix sed

Non greedy (reluctant) regex matching in sed?

What is the difference between sed and awk? [closed]

sed awk

How can I extract a predetermined range of lines from a text file on Unix?

Find and replace in file and overwrite file doesn't work, it empties the file

shell unix sed io-redirection

How can I remove the first line of a text file using bash/sed script?

bash scripting sed

Bash tool to get nth line from a file

bash shell unix awk sed

How can I do a recursive find/replace of a string with awk or sed?

bash sed awk replace

How can I replace a newline (\n) using sed?

sed

How to delete from a text file, all lines that contain a specific string?

Boolean OR in sed regex

regex sed logical-operators