in reply to Re: Re: The One True Style of indentation:
in thread The One True Style of indentation:
(Adapted from a "replace-leading-zeros-with-spaces" oneliner I seem to remember)perl -pi -e 's/\G\t/ /g' foo.pl
Update: looks like the original came from merlyn after dominus offered a suggestion similar to japhy's
-Blake
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re3: The One True Style of indentation:
by hsmyers (Canon) on Apr 16, 2002 at 11:53 UTC |