Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Split a single column into two

python bash awk

Using sed in Linux to extract lines from a log file

linux unix awk sed grep

How to extract string between two regexes passed as variables to awk?

shell unix awk

What does this awk scripts do?

awk makefile

How to split columns faster in python?

python bash pandas awk

How to pass filename and file content to awk

bash csv awk metaprogramming

AWK Randomly choose 1 of 2 actions when condition is met

bash awk

How to fetch these error/mismatch strings based on time intervals

regex string unix sed awk

How to efficiently list files that have exactly `n` lines?

bash performance file awk find

Is it possible to extract certain rows from a file where the first column contains an identifier that matches the names of other files?

file awk sed file-io io

Use grep or awk to find matching lines between txt and csv file

awk grep

Chain awk regex matches like grep

awk

How to pass an awk variable to a bash command

linux bash awk

Can I change how many spaces 'column -t' outputs between columns?

sed awk

Updating a specific field with sed

shell unix awk sed

awk count specified char occur , return 0 if not found

awk

grouping and summarizing a text file in awk

awk

Bash get docker image ID automatically

How to get the median value from a CSV column in AWK? (linux)

linux awk gnu

Why is the python subprocess output different from the shell?