Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to replace first occurrence with sed?

bash awk sed

SED doesn't process multiple commands in {} after d(elete), a(ppend) or c(hange)

awk sed

Finding duplicates, and uniques of the duplicates in a csv

python linux bash csv awk

How to set a multicharacter record separator RS in GNU awk so it encompasses the new lines?

regex awk

Splitting A File On Delimiter

linux awk split

I'm puzzled here about awk, sed, etc

bash sed awk

Redis: who is eating my field when piping llen results through awk?

bash shell awk redis pipe

Using awk to transpose column to row

awk

Assigning output from awk to variable

shell unix awk aix

Get common values in 2 arrays in shell scripting [duplicate]

bash shell unix sorting awk

Replace fileds with AWK by using a different file as translation list

awk variable assignment statement explanation needed

awk gawk

converting hexadecimal to decimal from a csv-like txt file

bash awk

rearranging file into three columns

bash awk

Sorting lines in a file alphabetically using awk and/or sed

sed awk

How to run awk -F\' '{print $2}' inside subprocess.Popen in Python?

Awk/sed replace newlines

shell csv awk replace

Subtracting lines in one file from another file

unix awk sed

Remove \r\n in awk

linux awk

Grab an IdentityFile from an ssh config based on a variable hostname via shell script

shell parsing awk ssh ssh-config