Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

unix awk column equal to a variable

How to match some words from file and list all the rows of that matching word? (without regex)

ubuntu awk scripting grep

How to extract phone number and Pin from each text line

bash awk sed grep

match values in first column of two files and join the matching lines in a new file

bash awk grep match

How can I add ' before every line using awk?

bash awk

Remove part of the string from beginning of the line up to certain character [closed]

bash awk sed

Copy first row to the last in file

linux bash awk

How can I extract using sed or awk between newlines after a specific pattern?

awk sed

Transpose rows into column in unix

linux unix awk solaris nawk

how to check if awk array is empty

linux unix awk

Replace line after match

bash sed awk

Can you colorize specific lines that are grepped from a file?

bash perl awk sed

awk sub with a capturing group into the replacement

regex unix awk

sed - delete all characters before dash

bash sed awk

Extract lines with specific patterns in separate files

How can I remove leading and trailing zeroes from numbers with sed/awk/perl?

perl bash sed awk

how to merge two file with awk?

awk

bash: how to delete last symbol

bash shell awk

awk: print first line of file before reading lines

bash awk

Replace every n'th occurrence in huge line in a loop

linux awk sed grep