column

  1. P

    Multiplying the decimals in the column

    Hi, I want to multiply only the second column by 27.211396132 . I use awk '{$2=$2*27.211396132 ; print }' input file > output file The result is wrong . I want the answer to be like 5 -76308.842049 ( for the first line). Please help me...
Top