Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to print text between two line numbers into a new file in UNIX

shell unix sed awk

Replacement of PS1 variable in .bashrc using Sed or Perl

linux bash perl sed ps1

Remove all lines in file A which contain the strings in file B

bash awk sed grep comm

Awk comparing 3 values, 2nd file value between 1st file values with multiple column printout between both files to a 3rd

python bash powershell awk sed

Batch, How to filter this HTML text to set a bit of vars

windows batch-file sed grep wget

multiple sed operations creating empty file

shell sed ksh

sed command to exclude specific lines in file between range of pattern

unix awk sed

Using sed to insert some text in a file

linux sed

Replace line in aws cli output with sed

bash sed

How to fix sed command on MacOS with error extra characters after \ at the end of c command?

macos sed

Replacing patterns using sed

unix sed

Multiple lazy string replacing between two patterns with sed

regex bash shell sed

How can I pass a list of strings to xargs for simultaneous wget

bash sed xargs

Detect if a series of numbers is sequential in bash/awk

bash sed awk range sequence

How to extract file data from an HTTP MIME-encoded message in Linux?

linux bash sed awk

Add string with backslash in file using sed command

Meaning of following sed lines used in bash script

regex linux bash sed

Print name of file if second line is empty

awk sed grep

How to replace a string in a file only if the line containing it also contains a number found in another file using Bash?

linux bash csv awk sed

Translate PCRE pattern to POSIX

regex sed