john
john

Reputation: 109

How does this gawk command work?

I am trying to understand gawk in shell scripting.

How does this command work?

 gawk -vN="$N"

and this split based on what

 n=patsplit($0,a,/\<\w*\>/,s)

and this

PROCINFO["sorted_in"]="@val_num_desc"

How does it work?

Upvotes: 0

Views: 142

Answers (1)

H&#229;kon H&#230;gland
H&#229;kon H&#230;gland

Reputation: 40778

Upvotes: 2

Related Questions