<div dir="ltr">Hi Rob,<div><br></div><div>While testing thru busybox sed tests, it failed at this test case.</div><div><br></div><div><div># first three lines are deleted; 4th line is matched and printed by "2,3" and by "4" ranges</div><div>testing "sed with N skipping lines past ranges on next cmds" \</div><div>  "sed -n '1{N;N;d};1p;2,3p;3p;4p'" \                                                                                                                                           </div><div>  "4\n4\n" "" "1\n2\n3\n4\n"</div></div><div><br></div><div>My observation is with single N, this is working fine, but with multiple N</div><div>it doesn't give the same results.</div><div><br></div><div>Is the toybox behavior right or busybox/GNU's?</div><div><br></div><div>Thanks,</div><div>Ashwini</div></div>