Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Is there an awk equivalent of INT_MIN and INT_MAX?

awk gawk

How to print selected columns separated by tabs?

shell awk

Sed to remove underscores and promote character

c++ regex sed awk

Are there any AWK syntax checkers?

awk syntax-checking

How can I replace a string in all filenames in a directory? (specifically I need to remove "\#015" from all file names in a directory

linux unix replace sed awk

Delete empty lines in csv file

linux bash sed awk vi

date: extra operand %d' error

shell date awk

Can RS be set "empty" to split string characters to records?

awk gawk

Awk combining multiple lines conditionally

sed awk grep

Using awk or perl to extract specific columns from CSV (parsing)

perl parsing csv awk

How to replace the nth column/field in a comma-separated string using sed/awk?

bash replace sed awk csv

How can I print a specific field from a specific line in a delimited type file

file bash shell csv awk

How can I remove a line-feed/newline BEFORE a pattern using sed

sed awk

How to use awk to extract a line with exact match

Awk: Using invert match to a string and then substitute characters

awk

Why does an awk field assignment lose the output field separator?

awk

passing bash array elements to awk regex inside loop

regex bash awk

Changing the field separator of awk to newline

awk

Speeding up separation of large text file based on line content in Bash

linux bash awk io

Explanation about awk command using ORS, NR, FS, RS

linux awk