Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to escape a single quote inside awk

awk

sed or awk: delete n lines following a pattern

unix sed awk

How to print matched regex pattern using awk?

regex awk

How to select lines between two marker patterns which may occur multiple times with awk/sed

What are the differences among grep, awk & sed? [duplicate]

linux bash sed awk grep

How to grep for case insensitive string in a file?

bash shell awk sed grep

Save modifications in place with awk

linux unix awk

Sort a text file by line length including spaces

bash sorting text awk

How to delete duplicate lines in a file without sorting it in Unix

unix shell scripting sed awk

How can I delete a newline if it is the last character in a file?

linux perl shell awk sed

Printing the last column of a line in a file

file awk tail

Is there a Unix utility to prepend timestamps to stdin?

unix shell awk

Insert a line at specific line number with sed or awk

sed awk

How to merge every two lines into one from the command line?

bash awk sed grep

How to get the second column from command output?

shell awk ksh

Print second-to-last column/field in `awk`

awk

awk without printing newline

scripting awk newline

bash: shortest way to get n-th column of output

bash awk

How to split a delimited string into an array in awk?

string unix awk split

How can I quickly sum all numbers in a file?

linux perl bash shell awk