PERL search and replace
a simple script i made to replace multiple appearance of a word in a raw or multiple raws, output to file.new #!/usr/bin/perl if ($#ARGV != 2) { print "this programs output is FILENAME.new\n"; …
a simple script i made to replace multiple appearance of a word in a raw or multiple raws, output to file.new #!/usr/bin/perl if ($#ARGV != 2) { print "this programs output is FILENAME.new\n"; …