first try:
time to process using alias: 1469
time to process using signal -n: 2750
second try:
time to process using alias: 1437
time to process using signal -n: 2844
I had the alias and the signal inc the loop variable and this is the result I got. Aliases are twice as fast, go figure. I thought the signal would be faster.
