Search Results

Search: Posts Made By: blastit.fr
2,065
Posted By blastit.fr
If you need to pass values from shell to awk...
If you need to pass values from shell to awk variables, this is absolutely not the right method. You should instead pass values to an awk script this way:
awk -F, -vFields="$fields" '{ print...
Showing results 1 to 1 of 1

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