Re: scripting text replacement

2008-11-10 Thread Daniel Howard
On Sat, Nov 8, 2008 at 10:43 AM, bsd <[EMAIL PROTECTED]> wrote: > I have a file containing a list of items like that: > > line1item1 line1item2 line1item3 > line2item1 line2item2 line2item3 > …400 times > > I need to insert this into another text file using printf() items should be > converted int

Re: scripting text replacement

2008-11-09 Thread Jonathan McKeown
On Sunday 09 November 2008 00:02:11 Giorgos Keramidas wrote: > On Sat, 8 Nov 2008 19:43:52 +0100, bsd <[EMAIL PROTECTED]> wrote: > > > I have a file containing a list of items like that: > > > > line1item1 line1item2 line1item3 > > line2item1 line2item2 line2item3 > > …400 times > > > > I need to

Re: scripting text replacement

2008-11-08 Thread Giorgos Keramidas
On Sat, 8 Nov 2008 19:43:52 +0100, bsd <[EMAIL PROTECTED]> wrote: > Sorry for this cross posting, but I can not find a good "bash" mailing > list… > I am certain FreeBSD gurus will provide me with a fast and reliable > answer to this little question. > > Here is the deal: > - > > I

scripting text replacement

2008-11-08 Thread bsd
Sorry for this cross posting, but I can not find a good "bash" mailing list… I am certain FreeBSD gurus will provide me with a fast and reliable answer to this little question. Here is the deal: - I have a file containing a list of items like that: line1item1 line1item2 li