Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Print only words with Capital Letters (Linux)

regex linux awk grep

How can I remove a string after a specific character ONLY in a column/field in awk or bash?

awk sed

Extract specific words from a line

sed awk

How can I change a certain field of a file into upper-case using awk?

linux bash awk

Want an AWK that implements '@include'

windows awk

Remove all spaces in lines but not between double quotes

Converting a list to double quoted comma separated strings

linux awk sed grep

Should I always use GAWK over AWK?

linux awk gawk

Check if two lines start with the same character, if so the output average, if not, print actual value

bash shell awk

sed gives error with unterminated substitute in regular expression

shell awk sed

AWK Error: Attempt to use array in a scalar context

awk

Meaning of this shell script line with awk

bash shell awk

Shellscript Read XML attribute value

bash shell awk sed

Search and replace string in a very big file

Check if a process is running and if not, restart it using Cron

bash shell unix awk cron

How do I know which delimiter has occurred first using awk in bash?

bash shell awk sed

How to right pad a field with spaces using AWK

awk

Unix/Perl/Python: substitute list on big data set

awk language-agnostic

How to merge duplicate lines into same row with primary key and more than one column of information

awk

Output matching pattern whilst retaining the line they existed on - bash

awk sed grep