Thread (9 messages) flat view 9 messages, 6 authors, 2016-08-11

Re: Diffs from CVS keyword expansion

From: Johannes Schindelin <hidden>
Date: 2016-08-11 20:19:49

Hi,

On Tue, 5 Dec 2006, Randal L. Schwartz wrote:
quoted
quoted
quoted
quoted
quoted
"Uwe" == Uwe Kleine-Koenig [off-list ref] writes:
Uwe> 	#! /bin/sh
Uwe> 	exec perl -i -p -e 's/\$(Id|Revision):.*?\$/\$$1: \$/' "$@";

Ow.  My eyes hurt from that.  How about we rewrite that as a native Perl
script:

    #!/usr/bin/perl
    $^I = ""; # this is -i
    while (<>) {
      s/\$(Id|Revision):.*?\$/\$$1: \$/;
      print;
    }
Hey, that's better! All of a sudden, I understand everything!

Not,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help