Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Awk/Unix group by

unix awk

How to extract last part of string in bash?

string bash awk

How can I set the grep after context to be "until the next blank line"?

linux unix awk grep

How do I add a line of text to the middle of a file using bash?

linux bash sed awk grep

AWK to print field $2 first, then field $1

unix awk

generating frequency table from file

bash file shell awk

Convert all number abbreviations to numeric values in a text file

bash awk sed

Linux bash script to extract IP address

linux bash sed awk

In AWK, is it possible to specify "ranges" of fields?

awk

How to find/replace and increment a matched number with sed/awk?

bash sed awk

How to get second last field from a cut command

unix awk cut

Uppercasing First Letter of Words Using SED

linux bash unix awk sed

delete a column with awk or sed

sed awk

Can I use awk to convert all the lower-case letters into upper-case?

linux bash awk

How to check if the variable value in AWK script is null or empty?

unix awk

Randomly Pick Lines From a File Without Slurping It With Unix

Splitting a file in linux based on content [duplicate]

linux file bash sed awk

How to remove blank lines from a Unix file

unix awk blank-line

Using curl in a bash script and getting curl: (3) Illegal characters found in URL

linux bash curl awk

How to use awk to print lines where a field matches a specific string?

sed awk