Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Sed inside an awk statement

awk sed

Combine lines with matching first field

unix join awk command-line bsd

How to use multiple delimiters in awk?

linux bash awk

Awk? Append an incremental number to each line containing a symbol

awk sed grep

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