Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How can I extract a substring from the results of a cut command in unix?

unix scripting awk cut

How to rename key/header in csv DictReader

python csv awk

Removing carriage return within double quotes

bash shell awk sed

awk gsub not replacing all instances of period in field

awk

Cmd with pipe, awk and quotes into watch

awk watch

Is there any way to convert paragraphs to columns in shell script to format it in Excel?

shell awk sed

Append a string to another with Regex tools

regex perl unix sed awk

Counting the number of unique values based on two columns in bash

awk cut uniq

how do I extract a date stamp from a file name stored in a bash variable [duplicate]

bash awk sed

how can I match column fields and group their values together?

awk

awk : lines in file.txt that match any of the strings in file

unix awk

Using the result of grep to sort files

sorting awk sed grep

Remove pattern in txt using awk or sed

awk sed

How to use AWK to enclose fields with commas in quotation marks?

regex unix awk

Remove duplicate records in first column but dont modify the rest of columns

bash awk

Filter text which appears between two marks

python shell text awk filtering

Extract IP address after pattern is found in log file

awk grep

Replacing a field with another value using sed or awk

bash awk sed

How to remove all lowercase characters from a string using AWK?

regex linux awk

Extract values in json object with awk/sed, but cannot get it to work

json bash awk sed