Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

awk keep only the first and last value on comma-seaparated field

awk

Batch create files with name and content based on input file

bash awk sed

Split a .txt file based on content

bash sed awk

Using awk to join lines following a match

bash awk

using awk and printf not rounding correctly [duplicate]

awk printf rounding

extract value of an assignment expression

bash sed awk text-manipulation

Awk: compare contents of two files, print matches and non matches

awk

How do I get lines with a range of number?

bash filter sed awk

What does the double dollar sign ($$) mean?

awk

awk to get result of multiple lines in one sentence with if statement

awk

split but keep the separator for few

awk split

Use sed (or awk) to replace first two slashes on every line

linux sed awk

Using awk to detect UTF-8 multibyte character

awk

Merging two files into one based on the first column

perl bash shell awk

replace the last occurance of a string in a file

regex shell search awk sed

How to merge unknown number of multiple lines between two patterns into a single line using awk

shell awk grep

How can I set awk delimiter to either string or character?

linux awk delimiter

Unix sed command - global replacement is not working

shell unix awk sed scripting

Remove attributes from XML using sed

linux awk sed

AWK: backslash as one of the many field seperators

bash awk