Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Can you use heredocuments to embed AWK in a bash script?

bash awk

Split CSV files into smaller files but keeping the headers?

bash csv awk

strip the last and first character from a String

sed awk

Get lengths of zeroes (interrupted by ones)

bash awk

Can someone explain me why awk's sub() / gsub() works like this?

linux shell awk

Extract Lines when Column K is empty with AWK/Perl

linux perl unix awk

How to process every other line in bash

bash awk

Replace a letter with another from the last word from the last two lines of a text file

awk sed

AWK: shortened if-then-else with regex

regex awk syntactic-sugar

Delete lines from file with SED or AWK

regex shell unix sed awk

awk one liner select only rows based on value of a column

linux unix awk

How to print ASCII value of a character using basic awk only

unix shell awk

How to make AWK use the variable created in Bash Script [duplicate]

linux bash unix awk

AWK/SED. How to remove parentheses in simple text file

sed awk

How to use shell variables in perl command call in a bash shell script?

perl bash shell awk

First character of a variable in a shell script to uppercase?

shell unix sed awk

bash method to remove last 4 columns from csv file

bash csv sed awk cut

Parse HTML using shell

bash shell parsing awk

Is there a cleaner way of getting the last N characters of every line?

bash command-line awk sed cut

How to do a if else match on pattern in awk

shell awk grep