in reply to Re: find a forgotten shell command
in thread find a forgotten shell command

Yep you are right. I didn't think of using glob, but I do know that Perl has a CORE::grep(). Nice job.

But to which "already made (in perl) unix command from PPT" do you refer?

--
Tommy Butler, a.k.a. TOMMY

Replies are listed 'Best First'.
Re: Re: Re: find a forgotten shell command
by dominix (Deacon) on Jan 07, 2004 at 03:55 UTC
    in that case ls and grep (the only non perl things of the original script)
    --
    dominix

      Oh yes, I see. Thanks!

      --
      Tommy Butler, a.k.a. TOMMY