Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Calling an executable program using awk

shell awk

Easiest way to extract the urls from an html page using sed or awk only

html regex bash sed awk

Trim leading and trailing spaces from a string in awk

shell unix awk

How can I format the output of a bash command in neat columns

bash awk zsh

Convert date formats in bash

linux bash date awk

How to remove a character at the end of each line in UNIX

unix awk sed

How do I view all ignored patterns set with svn:ignore recursively in an SVN repository?

svn awk grep

How to decode URL-encoded string in shell?

bash shell awk sed urldecode

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