Re: perlcritic script

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: perlcritic script
Дата
Msg-id 373bc8e5-35e8-48bb-eb6a-34927e96d996@2ndquadrant.com
обсуждение исходный текст
Ответ на perlcritic script  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: perlcritic script  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 5/8/18 13:57, Andrew Dunstan wrote:
> +    # take executable files that file(1) thinks are perl files
> +    find . -type f -perm -100 -exec file {} \; -print |
> +    egrep -i ':.*perl[0-9]*\>' |

How portable is that?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cast jsonb to numeric, int, float, bool
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Cutting initdb's runtime (Perl question embedded)