Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: > From: Johannes Sixt <johannes.sixt@xxxxxxxxxx> > > Signed-off-by: Johannes Sixt <johannes.sixt@xxxxxxxxxx> > --- > Brian Gernhardt schrieb: >> - tac | \ >> + perl -e 'print reverse <>' | \ > > Here's my try, which avoids the perl hammer. ;) > ... > - tac | \ > + sed -ne '1!G;$p;h' | \ Thanks for trying, but frankly, I'd prefer the Perl hammer, as any advanced sed scripting tend to be far less portable. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html