Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Append contents of file A to the end of each line in file B? bash

bash shell sed awk

How to replace a word on nth line after multiple pattern matches that are on different lines?

bash awk sed

How to Extract Clusters with Multiple Rows Using Bash Commands?

bash awk sed grep

implementing a `maxsplit` function in POSIX awk

awk posix

About awk shell and pipe in linux

linux shell awk

shell script: with awk, write string1 if string0 is found, else string2

bash shell awk

Compare each row of one file with each row of another file

bash awk

awk remove characters after number

regex bash sed awk

How does Bash's IFS variable affect command substitution?

Reusing variables in bash

bash shell sed awk

Terminal command equivalent of PHP implode when combining lines

bash awk terminal

How to generate consecutive week range dates for n past weeks

bash date awk

Remove duplicate words after stripping punctuation

Re-order columns in a text file by a specific pattern

how to remove or replace specific chars are between two xml tags [linux, python, lxml, sed, awk,...]?

python xml bash awk sed

Convert single column into three comma separated columns using awk

awk

Capitalise a varying phrase in same position in Terminal

bash perl text awk sed

how to transpose few rows to column using awk or sed

linux unix awk sed tr

How to add to the number near the end of each line

python regex perl sed awk

How to extract URL from html source with sed/awk or cut?

sed awk