Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Regex replace on specific column with SED/AWK

linux unix awk sed

How can I skip line with awk

bash awk

Average of multiple files in shell

shell unix awk mean

Remove duplicate lines and overwrite file in same command

bash awk

Filter file with awk and keep header in output

awk filter header

Extract email addresses from log with grep or sed

regex awk sed grep cut

Sum durations in bash

bash perl awk

Remove redundant strings without looping

string shell awk duplicates

Counting unique occurrences in each column

awk

filter unique parameters from file

awk grep

How to quote a shell variable in a TCL-expect string

awk expect

Quickest/most concise bash one-liner for extracting specified lines from a file

perl bash sed awk grep

Does awk support dynamic user-defined variables?

bash dynamic awk

Linux - numerical sort then overwrite file

linux sorting awk

Awk script: How to prevent ARGV from being treated as an input file name

awk

loop that prepends the filename to the beginning of each line in a tab separated file (thus generating a new column))

linux bash sed awk

padding leading zeros in a column using awk

unix awk

how can we remove last 7 lines of file in unix [duplicate]

shell unix awk sed

Why do 4 different languages give 4 different results here?

How to delete all the lines after the last occurence of pattern?

bash awk sed