2009/5/8 Don Slutz <Don.Slutz@xxxxxxxxxxxxxxxxxx>: > 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; } I like this :) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html