Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

In sed or awk, how do I handle record separators which *may* span multiple lines?

linux sed awk gawk

Separating every line in a file at specific points

sed awk replace split

Output on a single line

unix sed awk

Search and replace using a custom utility to do the transformation

perl awk sed

Pipe Command Output into Awk

awk pipe cat

Using AWK to check conditions in multiple columns to output average, min, max, and total occurrences from a dataset containing age, race, and sex

how to fetch the data of column from txt file without column name in unix?

awk

how can you change a column of numbers to a space separated list in bash

bash command-line sed awk

transform multiline text into csv with awk sed and grep

csv awk sed grep

Using an if block in awk

linux awk

change numerical value in file to characters via awk

bash awk

replace quotes in substring (preferably without external dependencies)

awk sed

empty string in sprintf in awk

bash unix awk printf

Replace entire field based on another field using gsub in awk

awk

AWK Sentence doing looping for in the code to capitalize some fields

awk toupper tolower

How can I use extract values using 2 keys using AWK in Bash?

awk

How to delete certain characters after a pattern using sed or awk?

bash shell awk sed