Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Removing trailing / starting newlines with sed, awk, tr, and friends

unix sed awk tr

Scripts for computing the average of a list of numbers in a data file

bash sed awk

Remove odd or even lines from a text file

linux awk sed

Extraction of data from a simple XML file

xml bash sed awk grep

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