Help for this page

Select Code to Download


  1. or download this
    perl -npi.bak -e "s:(\w\d+\.data):testname/$1:g" file1.txt
    
  2. or download this
    perl -npi.bak -e 's:(\w\d+\.data):testname/$1:g' file1.txt