=?ISO-8859-1?Q?J=FCrgen?= Hoffmann <[EMAIL PROTECTED]> writes:

>--=-zbt+dO6FK0p0pIPuEeW2
>Content-Type: multipart/alternative; boundary="=-RD1GAQX2GU18DVocNAL0"


>--=-RD1GAQX2GU18DVocNAL0
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit

>Hey,

>you could modify your perlscript as such to speed up things ;)

Folks, you're actually aware that you might want want to replace
just real, fully expanded tabs into eight spaces. Or else stuff
like this:

xxx\txxx\txxx

which displays as

+--------+--------+--------+
xxx      xxx      xxx

becomes

+--------+--------+--------+
xxx        xxx        xxx

If you're really keen on this:

perl -pi -e 's/\t/        /g' yourfile

should cut the cake. No need for a script.

        Perl Fu!
                Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honourable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to