Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to join two CSV files by a temporary common column in awk?

awk

Skip operation on the line if one of the columns have letters - bash

awk sed

import csv to redis with hash datatype

csv ubuntu awk redis

compare columns from different files and print those that DO NOT match

linux awk

Regex for Replacing String with Incrementing Number

regex replace awk sed increment

grep a block of lines into a shell variable based on matching pattern

linux shell unix awk sed

AWK Field Separators Vanishing

awk

Sum of file sizes with awk on a list of files

bash awk

AWK Beginner Bar Graph/Histogram

linux unix awk terminal

Bash: Keep all lines with duplicate values in column X

bash awk

Compare two files and print the differences in specific format not using "diff" command

awk sed diff

What's the best way to convert "awk '{print $2 >> $1}' file" in a Perl one-liner?

perl awk

Using grep or other command to return the line number of a multiline pattern

linux awk sed grep less-unix

How to start from the last line with tail?

bash awk grep tail

comm command with awk (or sed)

shell awk sed conemu

Grouping and summing two columns using awk

awk

How to split lines that contain multiple records using bash scripting

bash awk sed

Awk only prints (0, 1) if pattern, but I want to print the pattern

bash unix awk pattern-matching

clustering or grouping help in awk

python awk

In a column of numbers, find the closest value to some target value

bash awk