- or download this
my $file = $ARGV[0];
my $repl = $ARGV[1];
...
}
close INFO;
- or download this
perl -n -e "s/(Absolute_Error_Tolerance=&Quot;)1e-15(&Quot)/$1$ARGV[0]
+$2/;
print;" filename
- or download this
@echo off
perl -n -e "s/(Absolute_Error_Tolerance=&Quot;)1e-15(&Quot)/$1%2$2/; p
+rint;" %1
- or download this
batchfilename datafile replacement