Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Delete a variable in awk

variables awk

How to Skip 1st line of file - awk

unix awk

How to search and replace multiple lines with multiple lines

bash perl awk sed grep

Removing punctuation from txt file in Linux terminal using 'tr' and 'awk' commands

linux awk terminal command

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