Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to make this sed 'grab text between 2 keywords' case-insensitive?

regex bash sed match

Remove Letter After Number and Before Comma

linux unix sed

How to replace many intermediate blank lines with only 1 blank line each

shell sed awk newline

splitting string with "- " delimiter using sed not working

shell sed split

How to output only specific digits from a list using sed?

sed

Uncomment block of lines in a file

sed

get first letter of words using sed

linux bash scripting sed command

How can I comment some lines of code in a source file?

bash sed match quote

How to delete the matching pattern from given occurrence

linux bash unix sed awk

Invalid preceding regular expression error given by sed

sed grep

Replace string pattern containing scores and underscores, problem with capturing

regex sed

How do I replace the second occurrence of a whitespace in each line with 'sed' or 'awk'?

regex awk sed

using unix commands like grep and sed for the perl array

perl unix sed grep

How to replace all white spaces in file names in GCP Cloud Storage?

match multiline pattern non-greedy with sed?

regex sed multiline

Merge two files with no pseudo-repetitions

linux command-line awk sed

extracting specific words (not keywords) from a log file

python regex awk sed

Why is sed printing all lines?

regex sed

Returning all columns of output only if contents in second column have a positive number

regex bash awk sed grep