Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Combine multiple lines between flags in one line in AWK

awk

Remove line breaks in a FASTA file

How to list empty files? (Bash)

bash performance file awk find

GAWK Script - Print filename in BEGIN section

linux bash shell awk gawk

Using linux command "sort -f | uniq -i" together for ignoring case

linux sorting awk gawk uniq

I want to use "awk" or sed to print all the lines that start with "comm=" in a file

linux shell scripting sed awk

Format output in columns

bash sed awk grep

How to detect EOF in awk?

awk eof

Remove multi-line comments

sed awk

Pretty print table with awk

awk formatting tabular

Awk: Splitting on 2 or more spaces only

regex unix awk

How do I get the exit status of a command in a getline pipeline?

awk posix getline

Could sed or awk use NUL character as record separator?

sed awk nul

How awk NF filename is working?

bash awk

Multiline comment in awk

awk

AWK to print every nth line from a file

awk

Check if all lines from one file are present somewhere in another file

linux bash awk grep

awk field separator not working for first line

awk

How to transfer the data of columns to rows (with awk)?

linux awk rows

AWK remove blank lines

linux awk