http://qs321.pair.com?node_id=311708


in reply to Re: Perl as grep
in thread Perl as grep

You assume I am allowed to install cygwin on it :-)

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;

Replies are listed 'Best First'.
Re: Perl as grep
by Anonymous Monk on Dec 02, 2003 at 18:55 UTC
    Non Perl Answer for WinNT/2000/XP in CMD.EXE is  findstr dose some of grep's functions and it does (an MS) regex search. MADuran