Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Replace a word after a particular line using shell

json shell awk sed replace

Remove only odd lines' line breaks, with Vim, sed or awk

awk sed vim

How to assign values to each character and finds average using python or awk?

What defines a "column" in bash? In awk?

bash awk cat

How does associative arrays work in awk?

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