Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

AWK search a file from list in another file and format output

awk

Group every nth line command output in a CSV format

bash csv awk sed

convert dateformat in awk, line contains 2 dates and one ip

bash shell awk

grep lines that appear partly in one file to another

bash awk grep

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