hi
I would like to normalize second column of dataFile to number at 1000 row of second column. I do this by looking what number I have in 1000th row of second column first and then
awk'{print $1, $2/23.45}' file
Must be an easier way to do this I am sure. some suggestions?
thanks
I would like to normalize second column of dataFile to number at 1000 row of second column. I do this by looking what number I have in 1000th row of second column first and then
awk'{print $1, $2/23.45}' file
Must be an easier way to do this I am sure. some suggestions?
thanks