Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using AWK to filter out column with numerical ranges

bash numbers awk range

Using grep to search for hex strings in a file

bash awk grep xargs dd

Use Awk to extract substring

bash awk

Finding gaps in sequential numbers

bash awk

How to print a file, excluding comments and blank lines, using grep/sed?

regex awk sed grep

Use awk to find first occurrence only of string after a delimiter

bash awk

Convert milliseconds timestamp to date from unix command line

unix date awk

How to make awk ignore the field delimiter inside double quotes? [duplicate]

bash shell awk

Difference between two lists using Bash

bash sorting sed awk grep

How can I trim white space from a variable in awk?

linux bash shell awk

Forcing the order of output fields from cut command

GROUP BY/SUM from shell

How to use awk variables in regular expressions?

regex awk

Saving awk output to variable [duplicate]

linux bash shell awk centos

how to write finding output to same file using awk command

bash shell awk

Remove a specific character using awk or sed

linux awk sed replace

Printing only the first field in a string

unix sed awk field cut

Deleting the first two lines of a file using BASH or awk or sed or whatever

bash awk sed lines

Regex to batch rename files in OS X Terminal

regex macos shell sed awk

How can I make awk not use scientific notation when printing small values?

awk