Search Results

Search: Posts Made By: ian_gooch
2,544
Posted By summer_cherry
how about you try below perl?
open $fh,"<f1.txt";
while(<$fh>){
chomp;
my @arr = split;
$hash{$arr[2]}->{'SEQ'}=$.;
$hash{$arr[2]}->{'VAL'}=$_;
$hash{$arr[2]}->{'GAP'}=10000;
}
open $fh2,"<f2.txt";
while(<$fh2>){...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy