Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Is Awk and multiple file processing possible?

unix file-io awk ksh nawk

How to insert a line in a file between two blocks of known lines (if not already inserted previously), using bash?

bash sed awk file-manipulation

Replacing specific characters in first column of text

replace awk

awk print vs printf functions

io awk printf

Command to replace specific column of csv file for first 100 rows

awk

Convert exponentials and rounding numbers in BASH

bash awk

Move column to last in awk

bash awk cut

Word Count using AWK

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