Re: Some notes on pgAdmin
От
Dickson S. Guedes
Тема
Re: Some notes on pgAdmin
Дата
Msg-id
1236693108.7858.48.camel@analise3.cresoltec.com.br
Ответ на
Re: Some notes on pgAdmin (Dickson S. Guedes)
Список
Дерево обсуждения
Some notes on pgAdmin Chuck McDevitt <cmcdevitt@greenplum.com>
Re: Some notes on pgAdmin Dave Page <dpage@pgadmin.org>
Re: Some notes on pgAdmin "Dickson S. Guedes" <listas@guedesoft.net>
Re: Some notes on pgAdmin Chuck McDevitt <cmcdevitt@greenplum.com>
Re: Some notes on pgAdmin Luis Ochoa <ziul1979@gmail.com>
Re: Some notes on pgAdmin Guillaume Lelarge <guillaume@lelarge.info>
Re: Some notes on pgAdmin Magnus Hagander <magnus@hagander.net>
Re: Some notes on pgAdmin Euler Taveira de Oliveira <euler@timbira.com>
Re: Some notes on pgAdmin "Dickson S. Guedes" <listas@guedesoft.net>
Re: Some notes on pgAdmin "Dickson S. Guedes" <listas@guedesoft.net>
Re: Some notes on pgAdmin Dave Page <dpage@pgadmin.org>
Re: Some notes on pgAdmin Chuck McDevitt <cmcdevitt@greenplum.com>
Re: Some notes on pgAdmin Dave Page <dpage@pgadmin.org>
Re: Some notes on pgAdmin Magnus Hagander <magnus@hagander.net>
Re: Some notes on pgAdmin Dave Page <dpage@pgadmin.org>
Em Ter, 2009-03-10 às 10:37 -0300, Dickson S. Guedes escreveu:
> I don't know if somebody did it yet bu just for information.
>
> $ cd ~/src/pgadmin3/pgadmin
> $ LC_ALL=en_US svn update
> At revision 7657.
>
> $ find ./ -name "*.cpp" -exec egrep "^([[:space:]]{4}|\t)+" {} \; | wc
> -l
> 47911 matching lines started with 4 spaces or tabs
>
> $ find ./ -name "*.cpp" -exec egrep -H "^([[:space:]]{4}|\t)+" {} \; |
> cut -d':' -f1 | sort | uniq | wc -l
> 273 files matching lines started with 4 space or tabs
I forgot two more...
find ./ -name "*.cpp" -exec egrep -H "^(\t)+" {} \; | cut -d':' -f1 |
sort | uniq | wc -l
31 files matching lines started with tabs...
find ./ -name "*.cpp" -exec egrep -H "^[[:space:]]+\t+" {} \; | cut
-d':' -f1 | sort | uniq | wc -l
182 files matching lines started wit spaces followed by tabs..
[]s
Dickson S. Guedes
mail/xmpp: guedes@guedesoft.net - skype: guediz
http://guedesoft.net - http://planeta.postgresql.org.br
В списке pgadmin-hackers по дате отправления
От: svn@pgadmin.org
Дата: