Help for this page

Select Code to Download


  1. or download this
    $ grep 'some-pattern' <input-file >output-file
    
  2. or download this
    system("grep 'some-pattern' <input-file >output-file") and die "Error 
    +executing grep";