Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Too root or not to root?
Date: Fri, 22 Aug 2003 02:26:41
Message-Id: 20030822022637.GA25468%chutz@gg3.net
In Reply to: [gentoo-dev] Too root or not to root? by Rob Cakebread
1 On 21/08/2003 at 16:39:15(-0700), Rob Cakebread used 1.1K just to say:
2 > P.S.
3 > Does anyone know of a Bash script beautifier? Mainly I need to convert spaces
4 > to tabs in ebuilds and I'd rather use an external program if one exists.
5
6 What about
7
8 sed -i -e 's/ /\t/g' filename
9
10 or
11
12 perl -i -pe 's/ /\t/g' filename
13
14 --
15 () Georgi Georgiev () When I was crossing the border into Canada, ()
16 () chutz@×××.net () they asked if I had any firearms with me. I ()
17 () +81(90)6266-1163 () said, "Well, what do you need?" -- Steven ()
18 () ------------------- () Wright ()
19
20 --
21 gentoo-dev@g.o mailing list