Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to delete a Json object from Json File by sed command in BASH

json bash awk sed

How can I learn the sed branches in Linux

linux sed

Replace a string which is present on first line in UNIX file

unix awk sed grep

How to output difference between two text files? [closed]

python text sed grep comparison

Is there a way to prevent sed from adding carriage return (^M)?

php wordpress bash sed

Replace XML values in bash in linux

linux bash sed

What is the global flag for in sed?

bash macos shell sed

jq parsing date to timestamp

datetime awk sed jq

Remove lines from CSV file that matches lines from another file from bash? [duplicate]

awk sed command-line terminal

Sed command in unix is not working on file size greater than 3GB

unix sed

Regex matching only numbers

regex shell sed

Using sed to replace URL

bash sed syntax

Add a line in a specific position with Linux and output to the same file?

linux bash sed

Remove full url's from text file using unix awk/sed/grep

bash unix awk sed grep

How to use regular expression in sed command

regex sed

sed command to replace first occurrence in file is not working

regex awk sed

Replace a keyword with the content of the file

json bash shell sed jq

how to target reliably functions when pre-processing C/C++ code with sed or awk?

c++ c regex awk sed

Replace newline \n with expression using sed (or awk, or tr)

awk sed grep tr

Sed/Awk: Delete all lines after last occurrence of pattern

bash awk sed