//tokenize 32 1 2 3 | echo -a $* | tokenize 32 4 5 6 | echo -a $*

Or even:

//tokenize 32 1 2 3 | echo -a $* | echo -a $*

In which way does it work for you?