Prasanthi Tenneti wrote:
>
> I want to add a word at each end of the line of a file.
> my file is like this
>
> packet1.rpm
> packet2.rpm
> packet3.rpm
> packet4.rpm
>
> I want to add 'Node' word at the end of each line.
> So it should be like this
> packet1.rpm node
> packet2.rpm node
> packe
"$_$add_this\n";
}
close IN;
close OUT;
-Original Message-
From: Prasanthi Tenneti [mailto:[EMAIL PROTECTED]]
Sent: 26 November 2001 15:14
To: [EMAIL PROTECTED]
Subject: adding a word
hi,
I want to add a word at each end of the line of a file.
my file is like this
packet1.rpm
pac
hi,
I want to add a word at each end of the line of a file.
my file is like this
packet1.rpm
packet2.rpm
packet3.rpm
packet4.rpm
I want to add 'Node' word at the end of each line.
So it should be like this
packet1.rpm node
packet2.rpm node
packet3.rpm node
packet4.rpm node
pls help me.
than