Search Results

Search: Posts Made By: balajesuri
1,352
Posted By balajesuri
perl -lane ' if (defined $x{$F[0]} && $x{$F[0]}...
perl -lane '
if (defined $x{$F[0]} && $x{$F[0]} == $F[1]) { # Check if the 1st field is already defined and is equal to 2nd field in associative array %x
$y{$F[0]}++; # If so, increment the...
Showing results 1 to 1 of 1

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