Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            s/this phrase/that locution/g;
        }
    }
    
  2. or download this
    find this/ -type f -exec sed -i 's/gg/dd/g' {} \;