Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

What is the most efficient way to subtract one list from another?

csv awk sed grep

How can I count unique terms in a plaintext file case-insensitively?

python perl unix count awk

Print Matching line and one line before from the matched line

python linux awk sed grep

Use awk to get value of the parameter in the array

bash awk grep journal

Delete all characters using sed except missing values

awk sed

Generate many random alphanumeric strings

bash function random awk

Remove a string character between 2 special characters in the headers of a fastq file

awk sed bioinformatics fastq

Getting FILENAME in awk for multiple compressed files

bash shell awk filenames

How to remove text from a line after "." in awk?

awk

How to replace a whole line (between 2 words) using sed?

shell awk sed

print specific value from 7th column using pattern matching along with first 6 columns

awk sed grep

AWK - How to column match multiple matches in file A match one in File B

linux bash awk

Insert pattern from current line in next line

awk

Remove a static block of text from file containing variable data

xml awk sed

Pass the matched value to a function, and replace with the return value

regex bash awk sed

Find and replace text containing a new line

bash awk sed

Using awk to compare array string to string from awk

bash unix awk

Awk : Select only row with digits in a column and multiply those for 1000

awk

Find duplicate lines based on column and print both lines and their numbers with awk

linux awk duplicates

count the number of occurrences in a files for particular column using awk

linux file unix awk count