Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Command to trim the first and last character of a line in a text file

sed

Using sed to change /etc/fstab

unix sed

Delete line from text file with line numbers from another file

linux string sed awk text-files

Is there a difference in efficiency between pipelined sed invocations and multiple sed expressions?

regex performance bash sed

Using backticks or $() with xargs and sed or awk

bash sed awk xargs

Search replace string in a file based on column in other file

bash shell sed awk

count pattern occurrence per line

regex unix sed awk

Extract pattern between a substring and first occurrence of numeric in a string

sed matching substring

sed replacement command not working on Mac

regex macos bash sed

How to Recursively Remove Files of a Certain Type

regex sed find

How to get first match with sed?

linux shell unix sed

Sort rows in csv file without header & first column

awk sed

How can I extract all quotations in a text?

perl sed grep quotations

Delete line in file matching one string but not matching another - SED, BASH?

linux bash unix sed sh

Use sed/grep/awk to delete everything up until the first blank line

sed awk grep

Bash: how to find and break up long lines by inserting continuation character and newline?

bash sed awk

Replace string variable with string variable using Sed [duplicate]

regex linux bash sed

Using sed replace line in file with another file

linux bash sed

Bash Extract first number of a three digit version

awk sed

How do I take only the first occurrence of a hyphen in sed?

regex bash sed