Re: [PATCH] rebase--interactive: Replace unportable 'tac' by a sed script.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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.

In fact this script is not portable. :-( Not so much because of its "advanced-ness", but because it loads the entire file in memory, and thus hits the limit on the buffer length of many seds.

Paolo
--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux