Search Results

Search: Posts Made By: pulgupta
1,028
Posted By Yoda
If you have string in variable, then assign it to...
If you have string in variable, then assign it to an awk variable:
VAR="abc"

awk -v V="$VAR" ' # Assign V = "$VAR"
{
...
Showing results 1 to 1 of 1

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