RE: [CentOS] Conversion of text in shell

2007-10-12 Thread roland hellström
uring that out myself lol Thx for the help all :) > Subject: RE: [CentOS] Conversion of text in shell> Date: Fri, 12 Oct 2007 17:57:54 -0400> From: [EMAIL PROTECTED]> To: centos@centos.org>> roland hellström wrote:>>>> Indeed

RE: [CentOS] Conversion of text in shell

2007-10-12 Thread roland hellström
> Subject: RE: [CentOS] Conversion of text in shell> Date: Fri, 12 Oct 2007 17:57:54 -0400> From: [EMAIL PROTECTED]> To: centos@centos.org>> roland hellström wrote:>>>> Indeed this is a chalmers student. The purpose of

RE: [CentOS] Conversion of text in shell

2007-10-12 Thread roland hellström
A. Jennings wrote:>>>> On Fri, October 12, 2007 4:54 pm, roland hellström wrote:>>>>>> Hi! I want to convert the lines>>> 1.1,3.19e-4>>> 1.2,3.05e-3>>> 10.5,9.14e8>>> (as example)>>>>>> to>>>>>> 1,

RE: [CentOS] Conversion of text in shell

2007-10-12 Thread roland hellström
advance > Subject: RE: [CentOS] Conversion of text in shell> Date: Fri, 12 Oct 2007 17:29:13 -0400> From: [EMAIL PROTECTED]> To: centos@centos.org>> Marko A. Jennings wrote:>>>> On Fri, October 12, 2007 4:54 pm, roland hellst

[CentOS] Conversion of text in shell

2007-10-12 Thread roland hellström
Hi! I want to convert the lines 1.1,3.19e-4 1.2,3.05e-3 10.5,9.14e8 (as example) to 1,1 & $3,19 \cdot 10^{-4}$\\ etc.. from one file and save these in a new file Rly lost here except I know I should use regexp and MAYBE sed somehow :) Thx for any help