Non-Indented python

Dave Cinege dcinege at psychosis.com
Wed Nov 21 02:42:28 EST 2001


On Wednesday 21 November 2001 0:56, you wrote:
> On Tue, 20 Nov 2001 23:59:21 -0500
> On UNIX,
>
> col -x < infile > outfile
>
> will replace all tabs with spaces. using -b will do the reverse. 

Rule of God:
The punishment for non-tab based indentation is death.

Everyone is hereby commanded to use '-b'...however what you probably
really want to do is regex 's/    /\t/' a file. (4 spaces -> tab) This
seems to be the most common evil.


Dave

-- 
The time is now 22:37 (Totalitarian)  -  http://www.ccops.org/




More information about the Python-list mailing list