If one had a collection of shell scripts, all of them taking the same options, and one wanted to run each one with the same option, how would one do that? Specifically, I have init scripts and I want to run "status" on each of them. ./net status ./ssh status ./xdm status ...etc -- Todd