Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

xargs output buffering -P parallel

bash shell awk sed

How to replace a text with another text in a file present at HDFS

sed hdfs

How would I replace a single quote (') with a backslash then single quote (\') using sed?

sed terminal

Escape dollar sign in regexp for sed

regex bash shell sed

Delete all lines between two patterns (exclusive of the pattern) using sed or awk

regex sed awk

How to fix "no previous regular expression" error when running a 'sed' command?

sed

How to parse multi line records (with awk?)

regex linux bash awk sed

Preserve timestamp in sed command

linux sed rhel

How to use sed to return something from first line which matches and quit early?

sed

replace spaces only in between quotation marks

sed awk

Split multiple fields per line to separate lines using sed, retaining line prefix

sed

Combining -v flag and -A flag in grep

unix sed grep

Using sed to delete range of lines except the end pattern

awk sed

How can I avoid "no input files" error from sed, when run from xargs?

ubuntu sed xargs

How do I insert text to the 1st line of a file using sed?

linux bash shell sed scripting

How can I manipulate file names using bash and sed?

bash shell sed

How to remove \r character with sed

regex sed

how delete space in blank only between " " with bash

regex awk sed

regex in sed

regex sed

How do I pick random unique lines from a text file in shell?

shell sed awk