Answers for "awk variable"

2

awk variable

Just use following command to get a variable with awk command:
echo | awk -v myvar='AWK variable' '{print myvar}'
Posted by: Guest on November-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language