Pregunta

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?

¿Fue útil?

Solución

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top