Re: [PATCHES] OS/X startup scripts

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCHES] OS/X startup scripts
Дата
Msg-id 464B21A3.9050509@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCHES] OS/X startup scripts  (David Fetter <david@fetter.org>)
Список pgsql-docs

David Fetter wrote:
>>>
>>> cvs diff [list of files here] |grep -v '^?' > the_file.diff
>>>
>> Those lines go to stderr.
>>
>
> Not when I do "cvs diff."  Is there something I should (un)set in my
> .cvsrc?
>
>


No. (The lines that go to stderr are the directory names). But I don't
see why there's a problem with using the command above. Or if you
prefer, use something like this to postprocess the file:

  perl -ni -e 'print unless /^\?/;' diff-file


Bottom line - TIMTOWTDI

cheers

andrew

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] row-level stats and last analyze time
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: [PATCHES] OS/X startup scripts