Quote:

Code:
alias ttest {
  .timera1 1 1 echo -a $!ticks ONE 
  .timera2 1 2 echo -a $!ticks TWO 
  .timera3 1 3 echo -a $!ticks THREE 
  .timera4 1 4 echo -a $!ticks FOUR 
  .timera5 1 5 echo -a $!ticks FIVE 
  .timera6 1 6 echo -a $!ticks SIX 
  .timera7 1 7 echo -a $!ticks SEVEN 
  .timera8 1 8 echo -a $!ticks EIGHT 
  .timera9 1 [color:red]4[/color] echo -a $!ticks NINE 
  .timera10 1 [color:red]5[/color] echo -a $!ticks TEN 
  .timera11 1 [color:red]6[/color] echo -a $!ticks ELEVEN 
  .timera12 1 [color:red]7[/color] echo -a $!ticks TWELVE 
  .timera13 1 [color:red]8[/color] echo -a $!ticks THIRTEEN
}


How 9,10 got in front of 6, i do not know.


I think your delays for NINE to THIRTEEN are wrong.

Still, with those delays, NINE should have been before FIVE