Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

What are the differences between Perl, Python, AWK and sed? [closed]

Delete specific line number(s) from a text file using sed?

unix sed line-numbers

Insert line after match using sed

shell sed

sed in-place flag that works both on Mac (BSD) and Linux

linux macos sed bsd

Find and replace with sed in directory and sub directories

linux command-line sed replace

How to replace multiple patterns at once with sed?

replace syntax sed

Replace comma with newline in sed on MacOS?

macos unix 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