gargamel100
Technical User
Hi all,
this is probably funny for some of you but I do not know what to do. I have
read b
awk -v $b;FS="|" '
$4 == "202" && $9 == $b && $15 == "106" {print $1 "0"962$9, "0"$11 " " $23} ' /temp/test/test.txt > test1.txt
I want to enter some value from keyboard and add it to varieble inside an awk program....in this case variable b,,,how use variable b in awk program
Thank you in advance
this is probably funny for some of you but I do not know what to do. I have
read b
awk -v $b;FS="|" '
$4 == "202" && $9 == $b && $15 == "106" {print $1 "0"962$9, "0"$11 " " $23} ' /temp/test/test.txt > test1.txt
I want to enter some value from keyboard and add it to varieble inside an awk program....in this case variable b,,,how use variable b in awk program
Thank you in advance