in reply to Re: Re: Removing repeated lines from file
in thread Removing repeated lines from file


Perl on Windows can't use -i without an extension. I guess the same applies to Cygwin.

Try -ni.bak instead.

--
John.

  • Comment on Re: Re: Re: Removing repeated lines from file

Replies are listed 'Best First'.
Re: Re: Re: Re: Removing repeated lines from file
by YAFZ (Pilgrim) on Jun 24, 2003 at 12:44 UTC
    Thanks, it worked without problems and errors :)