>>149
マジレスすると
# sh -c 'for f in *.sh; do ./${f} start; done'
sh *.sh や sh ./*.sh じゃ *.sh が展開されて
# sh apache.sh cvsupd.sh imapd.sh ... start
とかいうことになる