Re: [Tutor] Removing a row from a tab delimitted text

2004-12-06 Thread Danny Yoo
On Mon, 6 Dec 2004, kumar s wrote: > Here is how my file looks: > > Name=3492_at > Cell1=481 13 (The space between (481 and 13 is tab) > Cell1=481 13 > Cell1=481 13 > Name=1001_at > Cell1=481 13 > Cell2=481 12 > Cell1=481 13 > Cell1=481 13 > Cell2=481 12 > Name=1002_at > Cell3=482 12 > Cell1=481

RE: [Tutor] Removing a row from a tab delimitted text

2004-12-06 Thread Kooser, Ara S
Behalf Of kumar s Sent: Monday, December 06, 2004 1:27 PM To: [EMAIL PROTECTED] Subject: [Tutor] Removing a row from a tab delimitted text Dear group, I have a file, with Name identifier followed by two columns with numbers. Here is how my file looks: Name=3492_at Cell1=481 13 (The space betwee

[Tutor] Removing a row from a tab delimitted text

2004-12-06 Thread kumar s
Dear group, I have a file, with Name identifier followed by two columns with numbers. Here is how my file looks: Name=3492_at Cell1=481 13 (The space between (481 and 13 is tab) Cell1=481 13 Cell1=481 13 Name=1001_at Cell1=481 13 Cell2=481 12 Cell1=481 13 Cell1=481 13 Cell2=481 12 Name=1002_a