Question: Given the following block of code: file = ./values.dat while IFS=, read -r value 1 value 2 value 3 ; do printf %-10s %6.2f %6.2f

Given the following block of code: file = "./values.dat" while IFS=, read -r value 1 value 2 value 3 ; do printf "\%-10s \%6.2f \%6.2f \%6.2fin" "\$value1" "\$value2" "\$value3" done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
