Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Use awk to find average of a column [duplicate]

bash awk

Assigning system command's output to variable

awk pipe

How to UNCOMMENT a line that contains a specific string using Sed?

bash awk sed

Remove non-ASCII characters from CSV

sed awk

Replace whitespace with a comma in a text file in Linux

linux shell csv sed 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)?