Help for this page

Select Code to Download


  1. or download this
    head -1 *files | grep "#!" > shebang.txt
  2. or download this
    @temp = `head -1 *files`;
    
    ...
          print "$temp[$1-1], $temp[$i]\n";
       }
    }