假如
test1 0.1 a
test2 0.15 b
test3 0.12 c
在vim底下我要怎麼變成下方這樣
(把第二列的數值都各加0.1上去?)
test1 0.2 a
test2 0.25 b
test3 0.22 c
因為對linux還不夠熟,希望大家能幫助我
--
test1 0.1 a
test2 0.15 b
test3 0.12 c
在vim底下我要怎麼變成下方這樣
(把第二列的數值都各加0.1上去?)
test1 0.2 a
test2 0.25 b
test3 0.22 c
因為對linux還不夠熟,希望大家能幫助我
--
All Comments