Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

bash awk sed

How to add new column with header to csv with awk

bash csv awk

Use sed, grep, or awk without perl to replicate positive lookbehind

json regex bash awk sed

rename multiple files splitting filenames by '_' and retaining first and last fields

How do i get the value present in first double quotes?

bash shell awk sed

Parsing pipe delimited input in awk

parsing awk pipe delimited

MySQL import from stdin

mysql bash awk

using awk in tcl script

regex awk tcl

Awk between two patterns with pattern in the middle

linux shell unix awk sh

Parsing Json data columnwise in shell

bash shell awk

Check if nth bit is set in bash

bash awk binary

Reformatting text file using awk and cut as a one liner

bash awk text cut

AWK Split File every n-th Row but group IDs together

unix awk split

Uniq in awk; removing duplicate values in a column using awk

bash awk unique

how to display all lines from one that match regex in linux

linux bash sed awk grep

Delete line from text file with line numbers from another file

linux string sed awk text-files

Using backticks or $() with xargs and sed or awk

bash sed awk xargs

How to find files containing exactly 16 lines?

bash awk grep

reordering columns with AWK

Search replace string in a file based on column in other file

bash shell sed awk