Search Results

Search: Posts Made By: rdrtx1
1,053
Posted By rdrtx1
try also: awk ' { l=$1 % 70; if (! l )...
try also:
awk '
{
l=$1 % 70; if (! l ) c[NR]=d[NR]=1;
n[NR]=$1; m[NR]=l
}
END {
c[0]=d[0]=c[NR+1]=d[NR+1]=70;
for (i=0; i<NR; i++) if (m[i+1] <= m[i]) c[i]=1
for (i=NR; i>1; i--) if...
Showing results 1 to 1 of 1

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