Hi,
I would like to parse a fic with awk variable but i have a problem
My FIC :
Test1 1100
Test2 0011
Test3 011A
Test4 BB23
The result that i want :
Test1 1100
A script that work great :
awk '$2 ~ /^11/ {print $0}'
But i want to use a variable like HEXA=11
This not work like i want ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.