Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Extract string between two characters in bash

string bash sed awk

What is platform independent way of converting csv files to tsv files if the csv files can be quoted with comma inside the quoted strings?

perl csv sed awk tsv

How to print a range of columns in a CSV in AWK? [duplicate]

bash awk

how to remove first two words of a strings output

linux bash awk sed cut

`uniq` without sorting an immense text file?

bash awk

Extra space in awk output

awk

subtract columns from different files with awk

awk

List all the words in a text file with occurrence counts?

bash sed awk

Find specific pattern and print complete text block using awk or sed

regex sed awk

Take every nth row from a file with groups and n is a given in a column

python r bash shell awk

Deleting lines from a file with binary pattern strings

bash shell awk grep

Calling Awk in a shell script

shell awk

Add a column to any position in a file in unix [using awk or sed]

shell unix sed awk

Creating histograms in bash

bash loops awk histogram

Generate random float number in given specific range of numbers using Bash

linux shell random awk

sed-ish oneliner to perform arithmetic within substitution

bash awk sed

sed/awk to double space file

sed awk

Extract unique IPs from live tcpdump capture

awk tcpdump fflush

Counting unique values in a column with a shell script

bash awk unique

Removing duplicated lines from a txt file

python linux awk