bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sed help required


From: Paolo Bonzini
Subject: Re: sed help required
Date: Fri, 27 Jan 2006 08:48:45 +0100
User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103)

Singh Rakesh - rasing wrote:

I am having an issue and was wondering if sed can help me with this. I
have no other source of information hence sending my request here:



I have a record consisting 200 bytes... This needs to be broken down
into 20 records of 10 bytes each. How can I achieve this using sed?



You can do so with

sed -e 's/..................../&\n/g' 's/.$//' INPUTFILE

But this kind of question is more appropriate to the sed-users mailing list on Yahoo! Groups.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]