Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

"Event not found" error for shell command in unix [duplicate]

shell unix sed awk tcsh

How to add a blank line before the first line in a text file with awk

awk

Display all fields except the last

shell sed awk solaris

Delete all lines before first occurrence of specific string in file

bash awk sed

AWK remove blank lines

linux awk