I'm sorry, but that script's complete gibberish to me. I was talking about a python script :)
--- On Sat, 5/16/09, Łukasz Wychrystenko <t...@czlug.icis.pcz.pl> wrote: From: Łukasz Wychrystenko <t...@czlug.icis.pcz.pl> Subject: Re: [pygame] This one baffles me To: pygame-users@seul.org Date: Saturday, May 16, 2009, 1:55 PM Dnia Sat, 16 May 2009 11:39:12 -0700 (PDT) Yanom Mobis <ya...@rocketmail.com> napisał(a): > thanks. anyway, how would i write a script that converts all blocks > of four spaces to tabs? echo infile | sed /s/" "/\\t/g ?