The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-21-2006
frebo frebo is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 3
As I sad, i'm a beginner

I have

list/file containing:

10
20
10
45
43
named "test.txt"

This is what I won't to do.

10
20*1,03
10*1.03
45
43

and then crerate a new file with the modified data, named "test_mod.txt"

It is an extremly simple operation (I presume).
Best Regards!