Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using sed, awk, etc. to separate after middle dot characters

regex bash awk sed

transpose every n lines into a single line

linux shell awk sed paste

Truncate CSV Header Names

csv awk sed

Select first part of string

linux bash unix sed awk

How to print the row number and starting location of a pattern when multiple matches per row are present?

bash awk split

Removing a line where the first column is not numeric

unix csv awk

How to capture the output of one shell script into other in unix

shell unix sed awk

How to replace duplicated rows with "." in awk?

bash awk duplicates

reformat text in perl

perl 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