Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

In Awk, how to call a function by using a string name?

awk gawk

Understanding the awk -f option in shebang line

linux awk

using awk or sed to create new lines based on extraneous columns

bash awk sed

AWK program using regex to count matching lines

regex bash awk

How do I filter tab-separated input by the count of fields with a given value?

bash csv awk sed grep

Regex "^[[:digit:]]$" not working as expected in AWK/GAWK

awk gnu gawk character-class

awk and equivalence classes

Reading from stdin OR file using awk

bash shell unix awk

How to sum values of duplicate rows with awk?

awk

How can I delete the lines starting with "//" (e.g., file header) which are at the beginning of a file?

regex shell awk sed

Trying to read from specific fields of a CSV file

csv awk

How to get all lines between the one containing a certain string and another one containing another string PLUS the line before

awk

Remove leading and trailing numbers from string, while leaving 2 numbers, using sed or awk

regex awk sed

DOS to UNIX path substitution within a file

sed cygwin awk gcov lcov

sed/awk or other: one-liner to increment a number by 1 keeping spacing characters

unix shell sed awk

Optimizing grep (or using AWK) in a shell script

shell awk grep

How To Sort Tab Format File Based on Length of Column K

linux bash unix sorting awk

Calculating CRC in awk

algorithm awk checksum crc

csv file filtering

sed awk

pipe one long line as multiple lines

bash shell scripting awk zsh