Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to get first one "id" in a JSON using sed in shell script?

shell unix awk sed

awk how to print "NA" if one of the output field is empty

linux bash awk

Problems using awk to select group of sequences from fasta file

unix awk bioinformatics fasta

awk | merge line on the basis of field matching

sed awk

Using sed to remove words in a stopword list (Feeding sed a list of parameters to remove from a text file)

unix sed awk grep

awk: Extracting file name from full path

bash shell awk scripting

Optimize grep, awk and sed shell stuff

linux shell sed awk grep

bash loop over two files and one file has two key values

bash awk

How to use loop over two columns and print first one only if second column contains specific string

bash awk

How to print matched lines in same line?

awk

Whats does -f mean in Interpretor Definition : !#/bin/awk -f

Is it possible to output the contents of more than one stream into separate columns in the terminal?

bash awk grep less-unix

Assign a Shell variable in AWK

bash shell unix awk

bash: syntax error near unexpected token `|'

linux bash shell awk

Delete All Text Before First Marker and After Second Marker

parsing bash sed awk

How to extract NFS information from mount on Linux and Solaris?

linux sed awk solaris mount

How to include dig lookup in awk?

awk dig

Discard any characters that are not actual letters. using awk - Bash

regex bash awk

Sum up a column based on multiple column matches (some partial)

bash awk

Grep PCRE Regex Non Capturing Groups

regex awk grep