how to make awk save line from a file to a variable code example
Example: how to make awk save line from a file to a variable
varioutput=$(awk '{print $j}' OFS=, data/damper.test_temp1.csv)
varioutput=$(awk '{print $j}' OFS=, data/damper.test_temp1.csv)