Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Print line numbers starting at zero using awk

awk

Can we use shell variables in awk?

awk

Swap two columns - awk, sed, python, perl

sed awk

How can I get the length of an array in awk?

awk

Why doesn't `\d` work in regular expressions in sed? [duplicate]

regex linux awk sed

How to remove leading whitespace from each line in a file

unix sed awk grep

How to print lines between two patterns, inclusive or exclusive (in sed, AWK or Perl)?

Printing with sed or awk a line following a matching pattern

awk sed

Using AWK to Process Input from Multiple Files

awk

how to remove the first two columns in a file using shell (awk, sed, whatever)

perl shell awk sed cut

how to merge two files consistently line by line

linux perl sed awk ksh

awk - concatenate two string variable and assign to a third

awk gawk

Command line: search and replace in all filenames matched by grep

linux perl awk sed grep

Using sed, Insert a line above or below the pattern? [duplicate]

scripting sed awk

Insert multiple lines into a file after specified pattern using shell script

linux bash shell sed awk

grep for multiple strings in file on different lines (ie. whole file, not line based search)?

bash awk grep

How to add to the end of lines containing a pattern with sed or awk?

bash sed awk

Select row and element in awk

awk

cut or awk command to print first field of first row

linux bash unix awk

Turning multiple lines into one comma separated line [duplicate]

linux perl unix sed awk