Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using awk to find a domain name containing the longest repeated word

regex bash awk

Remove strings by a specific delimiter

linux bash awk sed

awk match multiple pattern in column

awk

tr -d to remove an exact string of characters from a string

bash unix awk sed tr

How can I print 2 lines if the second line contains the same match as the first line?

regex bash awk sed grep

Organize a file with AWK

How to delete rows from a csv file based on a list values from another file?

bash csv awk sed grep

How to speed-up sed that uses Regex on very large single cell BAM file

what is the meaning of a[FNR]=a[FNR]?a[FNR]","$0:$0 in awk?

awk

How to write to line 10?

perl shell sed awk

bash: grep only lines with certain criteria

bash awk grep

Lowercase to Uppercase of character in Shell Scripting [duplicate]

perl shell unix sed awk

Replace a field with values specified in another file

shell sed awk

sort a file based on length of chars in the first column/row

linux sorting sed awk grep

Using awk and df (disk free) to show only mount name and space used

bash awk

Matching text using grep or awk

awk grep

Grep numbers between colon and comma

perl bash sed awk grep

Bash: enumerate all the attached devices

android bash awk

multiline pattern delete with single line command

perl sed awk grep

How to fill empty lines from one file with corresponding lines from another file, in BASH?

bash awk cut