А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? -- AY7-UANIC || AY15-RIPE =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
Hi Alexander,
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ?
tac -- Michael Лучщая музыка - тишина. =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Mon, Aug 22, 2005 at 07:16:20PM +0200, Michael Petuschak wrote:
Hi Alexander,
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ?
tac Или мне повылазило, или make search name=tac такой тулзы не выдает :(
-- AY7-UANIC || AY15-RIPE =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 08:37:12AM +0300, Alexander Yeremenko wrote:
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :( Для слабых духом :-) :
$ perl -e 'while(<>) { $data=$_ . $data; } ; print $data;' foo bar 1 2 3 4^D 4 3 2 1 bar foo $ -- [It is] best to confuse only one issue at a time. -- K&R =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
Bohdan Vlasyuk wrote:
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :( Для слабых духом :-) :
$ perl -e 'while(<>) { $data=$_ . $data; } ; print $data;' foo bar 1 2 3 4^D 4 3 2 1 bar foo $
Тогда уж просто perl -e 'print reverse <>' -- Mykola Dzham, LEFT-(UANIC|RIPE) JID: levsha@jabber.kiev.ua =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 01:27:32PM +0300, Mykola Dzham wrote:
Bohdan Vlasyuk wrote:
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :( Для слабых духом :-) :
$ perl -e 'while(<>) { $data=$_ . $data; } ; print $data;' foo bar 1 2 3 4^D 4 3 2 1 bar foo $
Тогда уж просто perl -e 'print reverse <>'
эх, не вынесла душа поэта :) можно еще проще: ... | tail -rn X =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 01:27:32PM +0300, Mykola Dzham wrote:
Bohdan Vlasyuk wrote:
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :( Для слабых духом :-) :
$ perl -e 'while(<>) { $data=$_ . $data; } ; print $data;' $
Тогда уж просто perl -e 'print reverse <>'
Стоп, а zuka | tail -r -n X разве не достаточно? Безо всякого tac :)
-- Mykola Dzham, LEFT-(UANIC|RIPE)
-- WBR, Michael В семье муж и жена равноправны, особенно жена. =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 01:34:29PM +0300, Irina Liakh wrote:
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :( Для слабых духом :-) : $ perl -e 'while(<>) { $data=$_ . $data; } ; print $data;' Тогда уж просто perl -e 'print reverse <>' эх, не вынесла душа поэта :) можно еще проще: ... | tail -rn X :))))
Снимаю шляпу. Напомнило, 'The Evolution of a Programmer', кто не видел: http://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html -- BOFh excuse #194: We only support a 1200 bps connection. =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
Hi Michael,
А zuka | tail -n X | ? чтобы не сортировало, а просто тупо переставила задом наперед ? tac Или мне повылазило, или make search name=tac такой тулзы не выдает :(
Стоп, а zuka | tail -r -n X разве не достаточно? Безо всякого tac :)
А в linux'е есть tac. А у tail нету -r. Sorry :) -- Michael Назвался груздем - лечись дальше. =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 01:34:29PM +0300, Irina Liakh wrote:
эх, не вынесла душа поэта :) можно еще проще:
... | tail -rn X
man tail :| -r: reverse the result of comparison И выдает некую фигню -- AY7-UANIC || AY15-RIPE =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
On Tue, Aug 23, 2005 at 05:54:47PM +0300, Alexander Yeremenko wrote:
On Tue, Aug 23, 2005 at 01:34:29PM +0300, Irina Liakh wrote:
эх, не вынесла душа поэта :) можно еще проще:
... | tail -rn X
man tail :| -r: reverse the result of comparison И выдает некую фигню
Не man sort, а man tail !! ;)
-- AY7-UANIC || AY15-RIPE
-- WBR, Michael Как часто осуждают преступление. За то, что оно плохо совершено. =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message
participants (6)
-
Alexander Yeremenko
-
Bohdan Vlasyuk
-
Irina Liakh
-
Michael Petuschak
-
Michael Plostak
-
Mykola Dzham