Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Find everything after first comma in lines and remove it

regex awk sed

AWK - Parsing SQL output

sql bash awk

Awk to remove characters from start of string in specific column

awk gsub

How to set the field separator to an empty string?

awk gawk

identify individual entries in column in linux

linux awk

Pass a filename found in awk into vim command

bash vim awk forever

remove lines after second pattern sed

bash sed awk

Parse text file, change some strings to camel case, add other strings - follow up question

awk sed text-processing

How to add characters in word and replace it using sed command in linux

linux bash awk sed

Awk to print a single next word followin a pattern match

awk

How can I write this sed/bash command in awk or perl (or python, or ...)?

perl bash scripting sed awk

awk from Python: wrong subprocess arguments?

Print Date and Username from a secure log file

bash awk rhel

How to join two lines in one

linux bash awk grep cat

Finding text files with less than 2000 rows and deleting them

bash shell awk

How to print lines where it matchs specific number in bash?

bash awk sed grep cat

Grab Nth occurrance of each element with AWK

awk extract

How do I count the number of times a string appears in a text file with only AWK?

linux awk