Search Results

Search: Posts Made By: OGPartition
Forum: Programming 08-29-2012
2,645
Posted By elixir_sinari
awk '($2-p2)>1{ for(i=p2+1;i<$2;i++) print...
awk '($2-p2)>1{
for(i=p2+1;i<$2;i++)
print $1,i,0
}
{p2=$2}1' file
Showing results 1 to 1 of 1

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