Re: Hex representation

Поиск
Список
Период
Сортировка
От Carol Walter
Тема Re: Hex representation
Дата
Msg-id B69C54C5-4A69-493B-ACA2-E9F3D3E5DC19@indiana.edu
обсуждение исходный текст
Ответ на Re: Hex representation  (Steve Crawford <scrawford@pinpointresearch.com>)
Ответы Re: Hex representation
Список pgsql-admin
Well, it was a bit convoluted, but I created the file with Excel,
filling the right number of cells with \x55.  This worked too.  The
script wouldn't run for me.  I got an error about a "bad interpreter".

Carol

On Sep 25, 2008, at 1:40 PM, Steve Crawford wrote:

> Scott Marlowe wrote:
>> I used this very simple little php script to make this
>>
>> filename: mk55:
>> #!/usr/bin/php -q
>> <?php
>> for ($i=0;$i<262144;$i++){
>>     print chr(85);
>> }
>> ?>
>>
> Or, using standard *nix tools (Note: 0x55 = ascii U):
> dd bs=1k count=256 if=/dev/zero | tr '\000' U  > full_of_0x55
>
> Cheers,
> Steve
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin


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

Предыдущее
От: "Tena Sakai"
Дата:
Сообщение: Re: Hex representation
Следующее
От: "Plugge, Joe R."
Дата:
Сообщение: Re: Hex representation