Search Results

Search: Posts Made By: bombcan
521
Posted By vgersh99
if you searched for transpose you'd have found a...
if you searched for transpose you'd have found a couple of leads...
awk -F, -f bomb.awk OFS=, myFile where bomb.awk is:

{for(i=1;i<=NF;i++){a[i,NR]=$i};m=NF;n=NR}
END {
for(j=1;j<=m;j++)
...
2,511
Posted By vgersh99
that was provided as a hint...
that was provided as a hint...
1,592
Posted By durden_tyler
Fair enough. $ $ perl -ane 'chomp;...
Fair enough.


$
$ perl -ane 'chomp; $F[1]=~s/GB//; $s+=$F[1]; $m=int($s/1000);
$enl=$m>$p ? "\n":""; $bnl=$m>($p+1) ? "\n":"";
printf("%s%-40s%s\n",$bnl,$_,$enl);...
Showing results 1 to 3 of 3

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