Re: Hex representation

Поиск
Список
Период
Сортировка
От Reece Hart
Тема Re: Hex representation
Дата
Msg-id 1222748243.7111.100.camel@snafu
обсуждение исходный текст
Ответ на Re: Hex representation  (Steve Martin <steve.martin@nec.co.nz>)
Список pgsql-admin
I can't resist one-liner games.

$ perl -e 'print "U"x(256*1024)' >Us

or, if you specifically want to specify hex:
$ perl -e 'print chr(hex(55))x(256*1024)' >Us

-Reece

-- 
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Do we need vacuuming when tables are regularly dropped?
Следующее
От: Michelle Konzack
Дата:
Сообщение: Re: Hex representation