parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnu parallel and awk syntax quotes


From: vijai2007
Subject: Gnu parallel and awk syntax quotes
Date: Sun, 15 Jul 2012 19:22:06 -0400

Dear Ole,

programming is not my strong suite.
however, I have found GNU parallel to be very useful.. so taking small steps to learn it.
can you let me know how to use the following awk command in a GNU parallel syntax with a variable

awk ' {if(NR==1){print $1, $2, $3, $4, $5, $7, $9, $10, $12} {if(NR>1 && $5=="ADD") {print $1, $2, $3, $4, $5, $7, $9, $10, $12}}}' OFS='\t' VarA_2012_06_LRM_AgeEV.assoc.logistic > VarA_2012_06_LRM_AgeEVĀ .assoc.txt

the VarA is the variable.
Thanks
Vijai

reply via email to

[Prev in Thread] Current Thread [Next in Thread]