Hi Stepan,
* Stepan Kasal wrote on Sat, Nov 24, 2007 at 12:38:08AM CET:
> attached find a oneliner. Passes "make check".
> Ok to push?
[...]
> /[EMAIL PROTECTED]:@AT_STOP_/ {
> test = substr ($ 0, 10)
> - print "at_sed" test "=\"1," start "d;" NR "q\""
> + print "at_sed" test "=\"1," start "d;" (NR-1) "q\""Sure, why not. We do know that all seds print the second line with `sed 2q', no? (At least I don't know any other.) Cheers, Ralf
