Search Results

Search: Posts Made By: albertomp
1,317
Posted By albertomp
merci! vous êtes une machine! This code works:...
merci! vous êtes une machine!

This code works:

nawk -F, -v V1="$variable1" -v V2="$variable2" -v V3="$variable3" '{if($5==V1 && $6==V2 && $10==V3)print $0}' $fich_dat
1,317
Posted By albertomp
problem using awk
Hi, Anyone know why i get this error?

+ awk -F, '{if($5=="x" && $6=="y" && $10=="z")print $0}' file.data
awk: syntax error near line 1
awk: bailing out near line 1

This is the output from a...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy