From: Alex Riesen <hidden> Date: 2016-06-15 22:46:44
2009/5/8 Don Slutz [off-list ref]:
Here is some testing that does not require a sub-shell and does support
options:
rhf2-1:~/tmp>foof() { local IFS=' ,+';local args="$*"; for i in $args;
do echo i=$i; done; }