Help for this page

Select Code to Download


  1. or download this
    pseudo code:
    #!/usr/bin/perl -w
    
    ...
    chomp(@LINES, $FH);
    close $FH
    
  2. or download this
    Linux grep:
    
    #grep -l ABC123 */*.dpt
    lloydf/test.dpt <-- I need to read this file.