Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rayarjun1
  • Content: Threads
  • Order by date
  1. rayarjun1

    Searching for specific files in a directory structure

    Q1. #!/usr/bin/perl -w $dir=$ARGV[0]; $outdir=$ARGV[1]; opendir(DIR,$dir); @files=readdir(DIR); foreach $file(@files) { # if($file=~/\.pdb\.fixed$/) if($file=~/\.scwrl$/) # if($file=~/\_TS*$/) { $strideoutfile="$outdir/$file.str"...

Part and Inventory Search

Back
Top