http://www.perlmonks.org?node_id=250665


in reply to Re: unhead and untail
in thread unhead and untail

unhead is superfluous even with inplace editing given recent versions of GNU sed, as they sport an -i switch for inplace editing just like Perl has. What you still can't do with sed is specify "X lines before end of file" addresses.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^2: unhead and untail
by dmitri (Priest) on Apr 15, 2003 at 20:41 UTC
    > What you still can't do with sed is specify "X lines before end of file" addresses.

    Neither can this utility, read the description.