Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

remove ^M characters from file using sed

sed awk

How to add a character at the end of each line with awk?

awk

How to print the Nth column of a text file with AWK using argv

unix awk

Better way of getting a GIT commit message by short hash?

git bash awk grep git-log

Number of fields returned by awk

awk

How to grep the last occurrence of a line pattern

bash shell awk sed grep

Using output of awk to run command

linux bash shell awk

Escaping separator within double quotes, in awk

How to save the output of this awk command to file?

linux awk output

Removing Windows newlines on Linux (sed vs. awk)

linux sed awk

Remove the first word in a text stream

bash sed awk cat

What's the most robust way to efficiently parse CSV using awk?

csv awk

How to format console output in columns

linux terminal awk

Integer division in awk

awk integer division

mysqldump with db in a separate file

bash awk backup mysqldump

'grep +A': print everything after a match [duplicate]

bash sed awk grep

How to add text at the end of each line in unix

shell unix awk ksh

Invoking a script, which has an awk shebang, with parameters (vars)

shell awk shebang

Reverse sort order of a multicolumn file in BASH

linux bash unix sorting awk

grep a large list against a large file

linux shell unix awk grep